Html Css Color HEX #85095A Eggplant

📋 copy color: '#85095A'

red 133 ◦ green 9 ◦ blue 90

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

Shades of Eggplant #85095A

Tints of Eggplant #85095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 57.33%
G = 3.88%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85095A (or 0x85095A) is known color: Eggplant. HEX triplet: 85, 09 and 5A. RGB value is (133,9,90). Sum of RGB (Red+Green+Blue) = 133+9+90=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85095A is #7AF6A5. Grayscale: #373737. Windows color (decimal): -8058534 or 5900677. OLE color: 5900677.

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

Color convert

RGB 133 9 90 -
CMYK 0 0.93 0.32 0.48
HSL 320.81º 0.87% 0.28% -
HSV(B) 320.81º 0.93% 0.52% -
XYZ 11.62 5.92 10.2 -
YUV 55.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 133 9 90 0 0.93 0.32 0.48 320.81 0.87 0.28
Hex 85 9 5A 0 5D 20 30 141 57 1C
Octal 205 11 132 0 135 40 60 501 127 34
Binary 10000101 1001 1011010 0 1011101 100000 110000 101000001 1010111 11100

Color Harmonies of #85095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85095A

Black with #85095A

Text Example


Text Example

White with #85095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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