Html Css Color HEX #860C63 Eggplant

📋 copy color: '#860C63'

red 134 ◦ green 12 ◦ blue 99

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

Shades of Eggplant #860C63

Tints of Eggplant #860C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.9%

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

R = 54.69%
G = 4.9%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#860C63 (or 0x860C63) is known color: Eggplant. HEX triplet: 86, 0C and 63. RGB value is (134,12,99). Sum of RGB (Red+Green+Blue) = 134+12+99=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #860C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C63 is #79F39C. Grayscale: #3A3A3A. Windows color (decimal): -7992221 or 6491270. OLE color: 6491270.

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

Color convert

RGB 134 12 99 -
CMYK 0 0.91 0.26 0.47
HSL 317.21º 0.84% 0.29% -
HSV(B) 317.21º 0.91% 0.53% -
XYZ 12.22 6.23 12.36 -
YUV 58.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 134 12 99 0 0.91 0.26 0.47 317.21 0.84 0.29
Hex 86 C 63 0 5B 1A 2F 13D 54 1D
Octal 206 14 143 0 133 32 57 475 124 35
Binary 10000110 1100 1100011 0 1011011 11010 101111 100111101 1010100 11101

Color Harmonies of #860C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C63

Black with #860C63

Text Example


Text Example

White with #860C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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