Html Css Color HEX #853FC9 Dark Orchid

📋 copy color: '#853FC9'

red 133 ◦ green 63 ◦ blue 201

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

Shades of Dark Orchid #853FC9

Tints of Dark Orchid #853FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 33.5%
G = 15.87%
B = 50.63%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#853FC9 (or 0x853FC9) is known color: Dark Orchid. HEX triplet: 85, 3F and C9. RGB value is (133,63,201). Sum of RGB (Red+Green+Blue) = 133+63+201=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #853FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FC9 is #7AC036. Grayscale: #636363. Windows color (decimal): -8044599 or 13188997. OLE color: 13188997.

HSL color Cylindrical-coordinate representation of color #853FC9: hue angle of 270.43º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853FC9 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 63 201 -
CMYK 0.34 0.69 0 0.21
HSL 270.43º 0.56% 0.52% -
HSV(B) 270.43º 0.69% 0.79% -
XYZ 21.99 12.76 56.56 -
YUV 99.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 133 63 201 0.34 0.69 0 0.21 270.43 0.56 0.52
Hex 85 3F C9 22 45 0 15 10E 38 34
Octal 205 77 311 42 105 0 25 416 70 64
Binary 10000101 111111 11001001 100010 1000101 0 10101 100001110 111000 110100

Color Harmonies of #853FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FC9

Black with #853FC9

Text Example


Text Example

White with #853FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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