Html Css Color HEX #85066A Eggplant

📋 copy color: '#85066A'

red 133 ◦ green 6 ◦ blue 106

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

Shades of Eggplant #85066A

Tints of Eggplant #85066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.27%

R = 54.29%
G = 2.45%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85066A (or 0x85066A) is known color: Eggplant. HEX triplet: 85, 06 and 6A. RGB value is (133,6,106). Sum of RGB (Red+Green+Blue) = 133+6+106=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85066A is #7AF995. Grayscale: #373737. Windows color (decimal): -8059286 or 6948485. OLE color: 6948485.

HSL color Cylindrical-coordinate representation of color #85066A: hue angle of 312.76º 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 #85066A is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 106 -
CMYK 0 0.95 0.20 0.48
HSL 312.76º 0.91% 0.27% -
HSV(B) 312.76º 0.95% 0.52% -
XYZ 12.34 6.16 14.17 -
YUV 55.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 133 6 106 0 0.95 0.20 0.48 312.76 0.91 0.27
Hex 85 6 6A 0 5F 14 30 139 5B 1B
Octal 205 6 152 0 137 24 60 471 133 33
Binary 10000101 110 1101010 0 1011111 10100 110000 100111001 1011011 11011

Color Harmonies of #85066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85066A

Black with #85066A

Text Example


Text Example

White with #85066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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