Html Css Color HEX #86155A Eggplant

📋 copy color: '#86155A'

red 134 ◦ green 21 ◦ blue 90

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

Shades of Eggplant #86155A

Tints of Eggplant #86155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

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

R = 54.69%
G = 8.57%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86155A (or 0x86155A) is known color: Eggplant. HEX triplet: 86, 15 and 5A. RGB value is (134,21,90). Sum of RGB (Red+Green+Blue) = 134+21+90=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86155A is #79EAA5. Grayscale: #3E3E3E. Windows color (decimal): -7989926 or 5903750. OLE color: 5903750.

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

Color convert

RGB 134 21 90 -
CMYK 0 0.84 0.33 0.47
HSL 323.36º 0.73% 0.3% -
HSV(B) 323.36º 0.84% 0.53% -
XYZ 11.95 6.34 10.27 -
YUV 62.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 134 21 90 0 0.84 0.33 0.47 323.36 0.73 0.3
Hex 86 15 5A 0 54 21 2F 143 49 1E
Octal 206 25 132 0 124 41 57 503 111 36
Binary 10000110 10101 1011010 0 1010100 100001 101111 101000011 1001001 11110

Color Harmonies of #86155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86155A

Black with #86155A

Text Example


Text Example

White with #86155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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