Html Css Color HEX #860054 Eggplant

📋 copy color: '#860054'

red 134 ◦ green 0 ◦ blue 84

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

Shades of Eggplant #860054

Tints of Eggplant #860054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 61.47%
G = 0%
B = 38.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#860054 (or 0x860054) is known color: Eggplant. HEX triplet: 86, 00 and 54. RGB value is (134,0,84). Sum of RGB (Red+Green+Blue) = 134+0+84=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #860054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860054 is #79FFAB. Grayscale: #313131. Windows color (decimal): -7995308 or 5505158. OLE color: 5505158.

HSL color Cylindrical-coordinate representation of color #860054: hue angle of 322.39º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860054 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 84 -
CMYK 0 1 0.37 0.47
HSL 322.39º 1% 0.26% -
HSV(B) 322.39º 1% 0.53% -
XYZ 11.43 5.71 8.89 -
YUV 49.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 134 0 84 0 1 0.37 0.47 322.39 1 0.26
Hex 86 0 54 0 64 25 2F 142 64 1A
Octal 206 0 124 0 144 45 57 502 144 32
Binary 10000110 0 1010100 0 1100100 100101 101111 101000010 1100100 11010

Color Harmonies of #860054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860054

Black with #860054

Text Example


Text Example

White with #860054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860054; }

 p { color: rgb(134,0,84); }

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

background-color css

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

 a { background-color: rgb(134,0,84); }

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

border-color css

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

 span { border-color: rgb(134,0,84); }

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