Html Css Color HEX #850561 Eggplant

📋 copy color: '#850561'

red 133 ◦ green 5 ◦ blue 97

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

Shades of Eggplant #850561

Tints of Eggplant #850561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 56.6%
G = 2.13%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#850561 (or 0x850561) is known color: Eggplant. HEX triplet: 85, 05 and 61. RGB value is (133,5,97). Sum of RGB (Red+Green+Blue) = 133+5+97=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #850561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850561 is #7AFA9E. Grayscale: #353535. Windows color (decimal): -8059551 or 6358405. OLE color: 6358405.

HSL color Cylindrical-coordinate representation of color #850561: hue angle of 316.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850561 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 97 -
CMYK 0 0.96 0.27 0.48
HSL 316.88º 0.93% 0.27% -
HSV(B) 316.88º 0.96% 0.52% -
XYZ 11.88 5.96 11.83 -
YUV 53.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 133 5 97 0 0.96 0.27 0.48 316.88 0.93 0.27
Hex 85 5 61 0 60 1B 30 13D 5D 1B
Octal 205 5 141 0 140 33 60 475 135 33
Binary 10000101 101 1100001 0 1100000 11011 110000 100111101 1011101 11011

Color Harmonies of #850561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850561

Black with #850561

Text Example


Text Example

White with #850561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850561; }

 p { color: rgb(133,5,97); }

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

background-color css

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

 a { background-color: rgb(133,5,97); }

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

border-color css

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

 span { border-color: rgb(133,5,97); }

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