Html Css Color HEX #860A50 Eggplant

📋 copy color: '#860A50'

red 134 ◦ green 10 ◦ blue 80

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

Shades of Eggplant #860A50

Tints of Eggplant #860A50

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.46%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 59.82%
G = 4.46%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#860A50 (or 0x860A50) is known color: Eggplant. HEX triplet: 86, 0A and 50. RGB value is (134,10,80). Sum of RGB (Red+Green+Blue) = 134+10+80=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #860A50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A50 is #79F5AF. Grayscale: #363636. Windows color (decimal): -7992752 or 5245574. OLE color: 5245574.

HSL color Cylindrical-coordinate representation of color #860A50: hue angle of 326.13º degrees, saturation: 0.86, 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 #860A50 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 80 -
CMYK 0 0.93 0.40 0.47
HSL 326.13º 0.86% 0.28% -
HSV(B) 326.13º 0.93% 0.53% -
XYZ 11.39 5.86 8.12 -
YUV 55.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 134 10 80 0 0.93 0.40 0.47 326.13 0.86 0.28
Hex 86 A 50 0 5D 28 2F 146 56 1C
Octal 206 12 120 0 135 50 57 506 126 34
Binary 10000110 1010 1010000 0 1011101 101000 101111 101000110 1010110 11100

Color Harmonies of #860A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A50

Black with #860A50

Text Example


Text Example

White with #860A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860A50; }

 p { color: rgb(134,10,80); }

 H1.HeaderClassName
 {
   color: #860A50;
 }
 .AnyTagClassName
 {
   color: #860A50;
 }
</style>

background-color css

<style>
 a { background-color: #860A50; }

 a { background-color: rgb(134,10,80); }

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

border-color css

<style>
 span { border-color: #860A50; }

 span { border-color: rgb(134,10,80); }

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