Html Css Color HEX #851162 Eggplant

📋 copy color: '#851162'

red 133 ◦ green 17 ◦ blue 98

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

Shades of Eggplant #851162

Tints of Eggplant #851162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

 BLUE value IS 98 (38.67% from 255) = 39.52%

R = 53.63%
G = 6.85%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#851162 (or 0x851162) is known color: Eggplant. HEX triplet: 85, 11 and 62. RGB value is (133,17,98). Sum of RGB (Red+Green+Blue) = 133+17+98=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #851162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851162 is #7AEE9D. Grayscale: #3C3C3C. Windows color (decimal): -8056478 or 6427013. OLE color: 6427013.

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

Color convert

RGB 133 17 98 -
CMYK 0 0.87 0.26 0.48
HSL 318.1º 0.77% 0.29% -
HSV(B) 318.1º 0.87% 0.52% -
XYZ 12.08 6.27 12.13 -
YUV 60.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 133 17 98 0 0.87 0.26 0.48 318.1 0.77 0.29
Hex 85 11 62 0 57 1A 30 13E 4D 1D
Octal 205 21 142 0 127 32 60 476 115 35
Binary 10000101 10001 1100010 0 1010111 11010 110000 100111110 1001101 11101

Color Harmonies of #851162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851162

Black with #851162

Text Example


Text Example

White with #851162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851162; }

 p { color: rgb(133,17,98); }

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

background-color css

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

 a { background-color: rgb(133,17,98); }

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

border-color css

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

 span { border-color: rgb(133,17,98); }

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