Html Css Color HEX #860461 Eggplant

📋 copy color: '#860461'

red 134 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #860461

Tints of Eggplant #860461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 57.02%
G = 1.7%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#860461 (or 0x860461) is known color: Eggplant. HEX triplet: 86, 04 and 61. RGB value is (134,4,97). Sum of RGB (Red+Green+Blue) = 134+4+97=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #860461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860461 is #79FB9E. Grayscale: #353535. Windows color (decimal): -7994271 or 6358150. OLE color: 6358150.

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

Color convert

RGB 134 4 97 -
CMYK 0 0.97 0.28 0.47
HSL 317.08º 0.94% 0.27% -
HSV(B) 317.08º 0.97% 0.53% -
XYZ 12.03 6.02 11.84 -
YUV 53.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 134 4 97 0 0.97 0.28 0.47 317.08 0.94 0.27
Hex 86 4 61 0 61 1C 2F 13D 5E 1B
Octal 206 4 141 0 141 34 57 475 136 33
Binary 10000110 100 1100001 0 1100001 11100 101111 100111101 1011110 11011

Color Harmonies of #860461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860461

Black with #860461

Text Example


Text Example

White with #860461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860461; }

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

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

background-color css

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

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

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

border-color css

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

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

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