Html Css Color HEX #850656 Eggplant

📋 copy color: '#850656'

red 133 ◦ green 6 ◦ blue 86

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

Shades of Eggplant #850656

Tints of Eggplant #850656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 86 (33.98% from 255) = 38.22%

R = 59.11%
G = 2.67%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#850656 (or 0x850656) is known color: Eggplant. HEX triplet: 85, 06 and 56. RGB value is (133,6,86). Sum of RGB (Red+Green+Blue) = 133+6+86=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #850656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850656 is #7AF9A9. Grayscale: #343434. Windows color (decimal): -8059306 or 5637765. OLE color: 5637765.

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

Color convert

RGB 133 6 86 -
CMYK 0 0.95 0.35 0.48
HSL 322.2º 0.91% 0.27% -
HSV(B) 322.2º 0.95% 0.52% -
XYZ 11.42 5.79 9.32 -
YUV 53.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 133 6 86 0 0.95 0.35 0.48 322.2 0.91 0.27
Hex 85 6 56 0 5F 23 30 142 5B 1B
Octal 205 6 126 0 137 43 60 502 133 33
Binary 10000101 110 1010110 0 1011111 100011 110000 101000010 1011011 11011

Color Harmonies of #850656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850656

Black with #850656

Text Example


Text Example

White with #850656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850656; }

 p { color: rgb(133,6,86); }

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

background-color css

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

 a { background-color: rgb(133,6,86); }

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

border-color css

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

 span { border-color: rgb(133,6,86); }

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