Html Css Color HEX #860061 Eggplant

📋 copy color: '#860061'

red 134 ◦ green 0 ◦ blue 97

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

Shades of Eggplant #860061

Tints of Eggplant #860061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 58.01%
G = 0%
B = 41.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#860061 (or 0x860061) is known color: Eggplant. HEX triplet: 86, 00 and 61. RGB value is (134,0,97). Sum of RGB (Red+Green+Blue) = 134+0+97=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #860061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860061 is #79FF9E. Grayscale: #323232. Windows color (decimal): -7995295 or 6357126. OLE color: 6357126.

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

Color convert

RGB 134 0 97 -
CMYK 0 1 0.28 0.47
HSL 316.57º 1% 0.26% -
HSV(B) 316.57º 1% 0.53% -
XYZ 11.99 5.93 11.82 -
YUV 51.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 134 0 97 0 1 0.28 0.47 316.57 1 0.26
Hex 86 0 61 0 64 1C 2F 13D 64 1A
Octal 206 0 141 0 144 34 57 475 144 32
Binary 10000110 0 1100001 0 1100100 11100 101111 100111101 1100100 11010

Color Harmonies of #860061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860061

Black with #860061

Text Example


Text Example

White with #860061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860061; }

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

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

background-color css

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

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

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

border-color css

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

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

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