Html Css Color HEX #853DC9 Dark Orchid

📋 copy color: '#853DC9'

red 133 ◦ green 61 ◦ blue 201

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

Shades of Dark Orchid #853DC9

Tints of Dark Orchid #853DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.44%

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

R = 33.67%
G = 15.44%
B = 50.89%

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

#853DC9 (or 0x853DC9) is known color: Dark Orchid. HEX triplet: 85, 3D and C9. RGB value is (133,61,201). Sum of RGB (Red+Green+Blue) = 133+61+201=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #853DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DC9 is #7AC236. Grayscale: #616161. Windows color (decimal): -8045111 or 13188485. OLE color: 13188485.

HSL color Cylindrical-coordinate representation of color #853DC9: hue angle of 270.86º degrees, saturation: 0.56, 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 #853DC9 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 61 201 -
CMYK 0.34 0.70 0 0.21
HSL 270.86º 0.56% 0.51% -
HSV(B) 270.86º 0.7% 0.79% -
XYZ 21.88 12.54 56.53 -
YUV 98.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 133 61 201 0.34 0.70 0 0.21 270.86 0.56 0.51
Hex 85 3D C9 22 46 0 15 10F 38 33
Octal 205 75 311 42 106 0 25 417 70 63
Binary 10000101 111101 11001001 100010 1000110 0 10101 100001111 111000 110011

Color Harmonies of #853DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DC9

Black with #853DC9

Text Example


Text Example

White with #853DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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