Html Css Color HEX #853CC9 Dark Orchid

📋 copy color: '#853CC9'

red 133 ◦ green 60 ◦ blue 201

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

Shades of Dark Orchid #853CC9

Tints of Dark Orchid #853CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.23%

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 33.76%
G = 15.23%
B = 51.02%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#853CC9 (or 0x853CC9) is known color: Dark Orchid. HEX triplet: 85, 3C and C9. RGB value is (133,60,201). Sum of RGB (Red+Green+Blue) = 133+60+201=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #853CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CC9 is #7AC336. Grayscale: #616161. Windows color (decimal): -8045367 or 13188229. OLE color: 13188229.

HSL color Cylindrical-coordinate representation of color #853CC9: hue angle of 271.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853CC9 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 60 201 -
CMYK 0.34 0.70 0 0.21
HSL 271.06º 0.57% 0.51% -
HSV(B) 271.06º 0.7% 0.79% -
XYZ 21.83 12.44 56.51 -
YUV 97.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 133 60 201 0.34 0.70 0 0.21 271.06 0.57 0.51
Hex 85 3C C9 22 46 0 15 10F 39 33
Octal 205 74 311 42 106 0 25 417 71 63
Binary 10000101 111100 11001001 100010 1000110 0 10101 100001111 111001 110011

Color Harmonies of #853CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CC9

Black with #853CC9

Text Example


Text Example

White with #853CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,60,201); }

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

background-color css

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

 a { background-color: rgb(133,60,201); }

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

border-color css

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

 span { border-color: rgb(133,60,201); }

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