Html Css Color HEX #853ABB Dark Orchid

📋 copy color: '#853ABB'

red 133 ◦ green 58 ◦ blue 187

#853ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #853ABB

Tints of Dark Orchid #853ABB

RGB

 RED value IS 133 (52.34% from 255) = 35.19%

 GREEN value IS 58 (23.05% from 255) = 15.34%

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 35.19%
G = 15.34%
B = 49.47%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#853ABB (or 0x853ABB) is known color: Dark Orchid. HEX triplet: 85, 3A and BB. RGB value is (133,58,187). Sum of RGB (Red+Green+Blue) = 133+58+187=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #853ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ABB is #7AC544. Grayscale: #5E5E5E. Windows color (decimal): -8045893 or 12270213. OLE color: 12270213.

HSL color Cylindrical-coordinate representation of color #853ABB: hue angle of 274.88º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853ABB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 58 187 -
CMYK 0.29 0.69 0 0.27
HSL 274.88º 0.53% 0.48% -
HSV(B) 274.88º 0.69% 0.73% -
XYZ 20.16 11.6 48.19 -
YUV 95.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 133 58 187 0.29 0.69 0 0.27 274.88 0.53 0.48
Hex 85 3A BB 1D 45 0 1B 113 35 30
Octal 205 72 273 35 105 0 33 423 65 60
Binary 10000101 111010 10111011 11101 1000101 0 11011 100010011 110101 110000

Color Harmonies of #853ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ABB

Black with #853ABB

Text Example


Text Example

White with #853ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853ABB; }

 p { color: rgb(133,58,187); }

 H1.HeaderClassName
 {
   color: #853ABB;
 }
 .AnyTagClassName
 {
   color: #853ABB;
 }
</style>

background-color css

<style>
 a { background-color: #853ABB; }

 a { background-color: rgb(133,58,187); }

 div.DivClassName
 {
   background-color: #853ABB;
 }
 .BgClassName
 {
   background-color: #853ABB;
 }
</style>

border-color css

<style>
 span { border-color: #853ABB; }

 span { border-color: rgb(133,58,187); }

 td.TdClassName
 {
   border-color: #853ABB;
 }
 .TagClassName
 {
   border-color: #853ABB;
 }
</style>