Html Css Color HEX #860962 Eggplant

📋 copy color: '#860962'

red 134 ◦ green 9 ◦ blue 98

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

Shades of Eggplant #860962

Tints of Eggplant #860962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 55.6%
G = 3.73%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#860962 (or 0x860962) is known color: Eggplant. HEX triplet: 86, 09 and 62. RGB value is (134,9,98). Sum of RGB (Red+Green+Blue) = 134+9+98=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #860962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860962 is #79F69D. Grayscale: #383838. Windows color (decimal): -7992990 or 6424966. OLE color: 6424966.

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

Color convert

RGB 134 9 98 -
CMYK 0 0.93 0.27 0.47
HSL 317.28º 0.87% 0.28% -
HSV(B) 317.28º 0.93% 0.53% -
XYZ 12.13 6.15 12.1 -
YUV 56.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 134 9 98 0 0.93 0.27 0.47 317.28 0.87 0.28
Hex 86 9 62 0 5D 1B 2F 13D 57 1C
Octal 206 11 142 0 135 33 57 475 127 34
Binary 10000110 1001 1100010 0 1011101 11011 101111 100111101 1010111 11100

Color Harmonies of #860962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860962

Black with #860962

Text Example


Text Example

White with #860962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860962; }

 p { color: rgb(134,9,98); }

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

background-color css

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

 a { background-color: rgb(134,9,98); }

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

border-color css

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

 span { border-color: rgb(134,9,98); }

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