Html Css Color HEX #860063 Eggplant

📋 copy color: '#860063'

red 134 ◦ green 0 ◦ blue 99

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

Shades of Eggplant #860063

Tints of Eggplant #860063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 57.51%
G = 0%
B = 42.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#860063 (or 0x860063) is known color: Eggplant. HEX triplet: 86, 00 and 63. RGB value is (134,0,99). Sum of RGB (Red+Green+Blue) = 134+0+99=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #860063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860063 is #79FF9C. Grayscale: #333333. Windows color (decimal): -7995293 or 6488198. OLE color: 6488198.

HSL color Cylindrical-coordinate representation of color #860063: hue angle of 315.67º 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 #860063 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 99 -
CMYK 0 1 0.26 0.47
HSL 315.67º 1% 0.26% -
HSV(B) 315.67º 1% 0.53% -
XYZ 12.08 5.97 12.32 -
YUV 51.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 134 0 99 0 1 0.26 0.47 315.67 1 0.26
Hex 86 0 63 0 64 1A 2F 13C 64 1A
Octal 206 0 143 0 144 32 57 474 144 32
Binary 10000110 0 1100011 0 1100100 11010 101111 100111100 1100100 11010

Color Harmonies of #860063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860063

Black with #860063

Text Example


Text Example

White with #860063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860063; }

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

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

background-color css

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

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

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

border-color css

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

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

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