Html Css Color HEX #851164 Eggplant

📋 copy color: '#851164'

red 133 ◦ green 17 ◦ blue 100

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

Shades of Eggplant #851164

Tints of Eggplant #851164

RGB

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

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

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

R = 53.2%
G = 6.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#851164 (or 0x851164) is known color: Eggplant. HEX triplet: 85, 11 and 64. RGB value is (133,17,100). Sum of RGB (Red+Green+Blue) = 133+17+100=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #851164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851164 is #7AEE9B. Grayscale: #3C3C3C. Windows color (decimal): -8056476 or 6558085. OLE color: 6558085.

HSL color Cylindrical-coordinate representation of color #851164: hue angle of 317.07º 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 #851164 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 100 -
CMYK 0 0.87 0.25 0.48
HSL 317.07º 0.77% 0.29% -
HSV(B) 317.07º 0.87% 0.52% -
XYZ 12.17 6.31 12.63 -
YUV 61.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 133 17 100 0 0.87 0.25 0.48 317.07 0.77 0.29
Hex 85 11 64 0 57 19 30 13D 4D 1D
Octal 205 21 144 0 127 31 60 475 115 35
Binary 10000101 10001 1100100 0 1010111 11001 110000 100111101 1001101 11101

Color Harmonies of #851164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851164

Black with #851164

Text Example


Text Example

White with #851164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851164; }

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

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

background-color css

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

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

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

border-color css

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

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

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