Html Css Color HEX #860A6A Eggplant

📋 copy color: '#860A6A'

red 134 ◦ green 10 ◦ blue 106

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

Shades of Eggplant #860A6A

Tints of Eggplant #860A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 53.6%
G = 4%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#860A6A (or 0x860A6A) is known color: Eggplant. HEX triplet: 86, 0A and 6A. RGB value is (134,10,106). Sum of RGB (Red+Green+Blue) = 134+10+106=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #860A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A6A is #79F595. Grayscale: #393939. Windows color (decimal): -7992726 or 6949510. OLE color: 6949510.

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

Color convert

RGB 134 10 106 -
CMYK 0 0.93 0.21 0.47
HSL 313.55º 0.86% 0.28% -
HSV(B) 313.55º 0.93% 0.53% -
XYZ 12.54 6.33 14.2 -
YUV 58.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 134 10 106 0 0.93 0.21 0.47 313.55 0.86 0.28
Hex 86 A 6A 0 5D 15 2F 13A 56 1C
Octal 206 12 152 0 135 25 57 472 126 34
Binary 10000110 1010 1101010 0 1011101 10101 101111 100111010 1010110 11100

Color Harmonies of #860A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A6A

Black with #860A6A

Text Example


Text Example

White with #860A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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