Html Css Color HEX #960062 Eggplant

📋 copy color: '#960062'

red 150 ◦ green 0 ◦ blue 98

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

Shades of Eggplant #960062

Tints of Eggplant #960062

RGB

 RED value IS 150 (58.98% from 255) = 60.48%

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

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

R = 60.48%
G = 0%
B = 39.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#960062 (or 0x960062) is known color: Eggplant. HEX triplet: 96, 00 and 62. RGB value is (150,0,98). Sum of RGB (Red+Green+Blue) = 150+0+98=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #960062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960062 is #69FF9D. Grayscale: #373737. Windows color (decimal): -6946718 or 6422678. OLE color: 6422678.

HSL color Cylindrical-coordinate representation of color #960062: hue angle of 320.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960062 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 98 -
CMYK 0 1 0.35 0.41
HSL 320.8º 1% 0.29% -
HSV(B) 320.8º 1% 0.59% -
XYZ 14.78 7.37 12.2 -
YUV 56.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 150 0 98 0 1 0.35 0.41 320.8 1 0.29
Hex 96 0 62 0 64 23 29 141 64 1D
Octal 226 0 142 0 144 43 51 501 144 35
Binary 10010110 0 1100010 0 1100100 100011 101001 101000001 1100100 11101

Color Harmonies of #960062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960062

Black with #960062

Text Example


Text Example

White with #960062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960062; }

 p { color: rgb(150,0,98); }

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

background-color css

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

 a { background-color: rgb(150,0,98); }

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

border-color css

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

 span { border-color: rgb(150,0,98); }

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