Html Css Color HEX #850964 Eggplant

📋 copy color: '#850964'

red 133 ◦ green 9 ◦ blue 100

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

Shades of Eggplant #850964

Tints of Eggplant #850964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 100 (39.45% from 255) = 41.32%

R = 54.96%
G = 3.72%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#850964 (or 0x850964) is known color: Eggplant. HEX triplet: 85, 09 and 64. RGB value is (133,9,100). Sum of RGB (Red+Green+Blue) = 133+9+100=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #850964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850964 is #7AF69B. Grayscale: #383838. Windows color (decimal): -8058524 or 6556037. OLE color: 6556037.

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

Color convert

RGB 133 9 100 -
CMYK 0 0.93 0.25 0.48
HSL 315.97º 0.87% 0.28% -
HSV(B) 315.97º 0.93% 0.52% -
XYZ 12.07 6.1 12.6 -
YUV 56.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 133 9 100 0 0.93 0.25 0.48 315.97 0.87 0.28
Hex 85 9 64 0 5D 19 30 13C 57 1C
Octal 205 11 144 0 135 31 60 474 127 34
Binary 10000101 1001 1100100 0 1011101 11001 110000 100111100 1010111 11100

Color Harmonies of #850964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850964

Black with #850964

Text Example


Text Example

White with #850964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850964; }

 p { color: rgb(133,9,100); }

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

background-color css

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

 a { background-color: rgb(133,9,100); }

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

border-color css

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

 span { border-color: rgb(133,9,100); }

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