Html Css Color HEX #850B64 Eggplant

📋 copy color: '#850B64'

red 133 ◦ green 11 ◦ blue 100

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

Shades of Eggplant #850B64

Tints of Eggplant #850B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

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

R = 54.51%
G = 4.51%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#850B64 (or 0x850B64) is known color: Eggplant. HEX triplet: 85, 0B and 64. RGB value is (133,11,100). Sum of RGB (Red+Green+Blue) = 133+11+100=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #850B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B64 is #7AF49B. Grayscale: #393939. Windows color (decimal): -8058012 or 6556549. OLE color: 6556549.

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

Color convert

RGB 133 11 100 -
CMYK 0 0.92 0.25 0.48
HSL 316.23º 0.85% 0.28% -
HSV(B) 316.23º 0.92% 0.52% -
XYZ 12.09 6.15 12.61 -
YUV 57.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 133 11 100 0 0.92 0.25 0.48 316.23 0.85 0.28
Hex 85 B 64 0 5C 19 30 13C 55 1C
Octal 205 13 144 0 134 31 60 474 125 34
Binary 10000101 1011 1100100 0 1011100 11001 110000 100111100 1010101 11100

Color Harmonies of #850B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B64

Black with #850B64

Text Example


Text Example

White with #850B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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