Html Css Color HEX #86095F Eggplant

📋 copy color: '#86095F'

red 134 ◦ green 9 ◦ blue 95

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

Shades of Eggplant #86095F

Tints of Eggplant #86095F

RGB

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

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

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

R = 56.3%
G = 3.78%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86095F (or 0x86095F) is known color: Eggplant. HEX triplet: 86, 09 and 5F. RGB value is (134,9,95). Sum of RGB (Red+Green+Blue) = 134+9+95=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #86095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86095F is #79F6A0. Grayscale: #373737. Windows color (decimal): -7992993 or 6228358. OLE color: 6228358.

HSL color Cylindrical-coordinate representation of color #86095F: hue angle of 318.72º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86095F is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 95 -
CMYK 0 0.93 0.29 0.47
HSL 318.72º 0.87% 0.28% -
HSV(B) 318.72º 0.93% 0.53% -
XYZ 11.99 6.09 11.37 -
YUV 56.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 134 9 95 0 0.93 0.29 0.47 318.72 0.87 0.28
Hex 86 9 5F 0 5D 1D 2F 13F 57 1C
Octal 206 11 137 0 135 35 57 477 127 34
Binary 10000110 1001 1011111 0 1011101 11101 101111 100111111 1010111 11100

Color Harmonies of #86095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86095F

Black with #86095F

Text Example


Text Example

White with #86095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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