Html Css Color HEX #85086D Eggplant

📋 copy color: '#85086D'

red 133 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #85086D

Tints of Eggplant #85086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 53.2%
G = 3.2%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85086D (or 0x85086D) is known color: Eggplant. HEX triplet: 85, 08 and 6D. RGB value is (133,8,109). Sum of RGB (Red+Green+Blue) = 133+8+109=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85086D is #7AF792. Grayscale: #383838. Windows color (decimal): -8058771 or 7145605. OLE color: 7145605.

HSL color Cylindrical-coordinate representation of color #85086D: hue angle of 311.52º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85086D is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 8 109 -
CMYK 0 0.94 0.18 0.48
HSL 311.52º 0.89% 0.28% -
HSV(B) 311.52º 0.94% 0.52% -
XYZ 12.52 6.26 15.02 -
YUV 56.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 133 8 109 0 0.94 0.18 0.48 311.52 0.89 0.28
Hex 85 8 6D 0 5E 12 30 138 59 1C
Octal 205 10 155 0 136 22 60 470 131 34
Binary 10000101 1000 1101101 0 1011110 10010 110000 100111000 1011001 11100

Color Harmonies of #85086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85086D

Black with #85086D

Text Example


Text Example

White with #85086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85086D; }

 p { color: rgb(133,8,109); }

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

background-color css

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

 a { background-color: rgb(133,8,109); }

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

border-color css

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

 span { border-color: rgb(133,8,109); }

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