Html Css Color HEX #85095F Eggplant

📋 copy color: '#85095F'

red 133 ◦ green 9 ◦ blue 95

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

Shades of Eggplant #85095F

Tints of Eggplant #85095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 56.12%
G = 3.8%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85095F (or 0x85095F) is known color: Eggplant. HEX triplet: 85, 09 and 5F. RGB value is (133,9,95). Sum of RGB (Red+Green+Blue) = 133+9+95=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #85095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85095F is #7AF6A0. Grayscale: #373737. Windows color (decimal): -8058529 or 6228357. OLE color: 6228357.

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

Color convert

RGB 133 9 95 -
CMYK 0 0.93 0.29 0.48
HSL 318.39º 0.87% 0.28% -
HSV(B) 318.39º 0.93% 0.52% -
XYZ 11.84 6.01 11.36 -
YUV 55.88 150.08 183.01 -
System Red Green Blue C M Y K H S L
Decimal 133 9 95 0 0.93 0.29 0.48 318.39 0.87 0.28
Hex 85 9 5F 0 5D 1D 30 13E 57 1C
Octal 205 11 137 0 135 35 60 476 127 34
Binary 10000101 1001 1011111 0 1011101 11101 110000 100111110 1010111 11100

Color Harmonies of #85095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85095F

Black with #85095F

Text Example


Text Example

White with #85095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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