Html Css Color HEX #86135A Eggplant

📋 copy color: '#86135A'

red 134 ◦ green 19 ◦ blue 90

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

Shades of Eggplant #86135A

Tints of Eggplant #86135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 55.14%
G = 7.82%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86135A (or 0x86135A) is known color: Eggplant. HEX triplet: 86, 13 and 5A. RGB value is (134,19,90). Sum of RGB (Red+Green+Blue) = 134+19+90=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86135A is #79ECA5. Grayscale: #3D3D3D. Windows color (decimal): -7990438 or 5903238. OLE color: 5903238.

HSL color Cylindrical-coordinate representation of color #86135A: hue angle of 322.96º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86135A is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 90 -
CMYK 0 0.86 0.33 0.47
HSL 322.96º 0.75% 0.3% -
HSV(B) 322.96º 0.86% 0.53% -
XYZ 11.91 6.27 10.26 -
YUV 61.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 134 19 90 0 0.86 0.33 0.47 322.96 0.75 0.3
Hex 86 13 5A 0 56 21 2F 143 4B 1E
Octal 206 23 132 0 126 41 57 503 113 36
Binary 10000110 10011 1011010 0 1010110 100001 101111 101000011 1001011 11110

Color Harmonies of #86135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86135A

Black with #86135A

Text Example


Text Example

White with #86135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,19,90); }

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

background-color css

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

 a { background-color: rgb(134,19,90); }

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

border-color css

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

 span { border-color: rgb(134,19,90); }

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