Html Css Color HEX #85096A Eggplant

📋 copy color: '#85096A'

red 133 ◦ green 9 ◦ blue 106

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

Shades of Eggplant #85096A

Tints of Eggplant #85096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 53.63%
G = 3.63%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85096A (or 0x85096A) is known color: Eggplant. HEX triplet: 85, 09 and 6A. RGB value is (133,9,106). Sum of RGB (Red+Green+Blue) = 133+9+106=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85096A is #7AF695. Grayscale: #383838. Windows color (decimal): -8058518 or 6949253. OLE color: 6949253.

HSL color Cylindrical-coordinate representation of color #85096A: hue angle of 313.06º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85096A is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 106 -
CMYK 0 0.93 0.20 0.48
HSL 313.06º 0.87% 0.28% -
HSV(B) 313.06º 0.93% 0.52% -
XYZ 12.37 6.22 14.18 -
YUV 57.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 133 9 106 0 0.93 0.20 0.48 313.06 0.87 0.28
Hex 85 9 6A 0 5D 14 30 139 57 1C
Octal 205 11 152 0 135 24 60 471 127 34
Binary 10000101 1001 1101010 0 1011101 10100 110000 100111001 1010111 11100

Color Harmonies of #85096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85096A

Black with #85096A

Text Example


Text Example

White with #85096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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