Html Css Color HEX #86025D Eggplant

📋 copy color: '#86025D'

red 134 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #86025D

Tints of Eggplant #86025D

RGB

 RED value IS 134 (52.73% from 255) = 58.52%

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 58.52%
G = 0.87%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86025D (or 0x86025D) is known color: Eggplant. HEX triplet: 86, 02 and 5D. RGB value is (134,2,93). Sum of RGB (Red+Green+Blue) = 134+2+93=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86025D is #79FDA2. Grayscale: #333333. Windows color (decimal): -7994787 or 6095494. OLE color: 6095494.

HSL color Cylindrical-coordinate representation of color #86025D: hue angle of 318.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86025D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 93 -
CMYK 0 0.99 0.31 0.47
HSL 318.64º 0.97% 0.27% -
HSV(B) 318.64º 0.99% 0.53% -
XYZ 11.83 5.9 10.87 -
YUV 51.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 134 2 93 0 0.99 0.31 0.47 318.64 0.97 0.27
Hex 86 2 5D 0 63 1F 2F 13F 61 1B
Octal 206 2 135 0 143 37 57 477 141 33
Binary 10000110 10 1011101 0 1100011 11111 101111 100111111 1100001 11011

Color Harmonies of #86025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86025D

Black with #86025D

Text Example


Text Example

White with #86025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,2,93); }

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

background-color css

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

 a { background-color: rgb(134,2,93); }

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

border-color css

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

 span { border-color: rgb(134,2,93); }

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