Html Css Color HEX #960061 Eggplant

📋 copy color: '#960061'

red 150 ◦ green 0 ◦ blue 97

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

Shades of Eggplant #960061

Tints of Eggplant #960061

RGB

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

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

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

R = 60.73%
G = 0%
B = 39.27%

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

#960061 (or 0x960061) is known color: Eggplant. HEX triplet: 96, 00 and 61. RGB value is (150,0,97). Sum of RGB (Red+Green+Blue) = 150+0+97=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #960061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960061 is #69FF9E. Grayscale: #373737. Windows color (decimal): -6946719 or 6357142. OLE color: 6357142.

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

Color convert

RGB 150 0 97 -
CMYK 0 1 0.35 0.41
HSL 321.2º 1% 0.29% -
HSV(B) 321.2º 1% 0.59% -
XYZ 14.74 7.35 11.95 -
YUV 55.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 150 0 97 0 1 0.35 0.41 321.2 1 0.29
Hex 96 0 61 0 64 23 29 141 64 1D
Octal 226 0 141 0 144 43 51 501 144 35
Binary 10010110 0 1100001 0 1100100 100011 101001 101000001 1100100 11101

Color Harmonies of #960061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960061

Black with #960061

Text Example


Text Example

White with #960061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960061; }

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

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

background-color css

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

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

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

border-color css

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

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

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