Html Css Color HEX #860163 Eggplant

📋 copy color: '#860163'

red 134 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #860163

Tints of Eggplant #860163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 57.26%
G = 0.43%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#860163 (or 0x860163) is known color: Eggplant. HEX triplet: 86, 01 and 63. RGB value is (134,1,99). Sum of RGB (Red+Green+Blue) = 134+1+99=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #860163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860163 is #79FE9C. Grayscale: #333333. Windows color (decimal): -7995037 or 6488454. OLE color: 6488454.

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

Color convert

RGB 134 1 99 -
CMYK 0 0.99 0.26 0.47
HSL 315.79º 0.99% 0.26% -
HSV(B) 315.79º 0.99% 0.53% -
XYZ 12.09 5.99 12.32 -
YUV 51.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 134 1 99 0 0.99 0.26 0.47 315.79 0.99 0.26
Hex 86 1 63 0 63 1A 2F 13C 63 1A
Octal 206 1 143 0 143 32 57 474 143 32
Binary 10000110 1 1100011 0 1100011 11010 101111 100111100 1100011 11010

Color Harmonies of #860163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860163

Black with #860163

Text Example


Text Example

White with #860163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860163; }

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

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

background-color css

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

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

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

border-color css

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

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

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