Html Css Color HEX #960663 Eggplant

📋 copy color: '#960663'

red 150 ◦ green 6 ◦ blue 99

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

Shades of Eggplant #960663

Tints of Eggplant #960663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 99 (39.06% from 255) = 38.82%

R = 58.82%
G = 2.35%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#960663 (or 0x960663) is known color: Eggplant. HEX triplet: 96, 06 and 63. RGB value is (150,6,99). Sum of RGB (Red+Green+Blue) = 150+6+99=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #960663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960663 is #69F99C. Grayscale: #3B3B3B. Windows color (decimal): -6945181 or 6489750. OLE color: 6489750.

HSL color Cylindrical-coordinate representation of color #960663: hue angle of 321.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960663 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 99 -
CMYK 0 0.96 0.34 0.41
HSL 321.25º 0.92% 0.31% -
HSV(B) 321.25º 0.96% 0.59% -
XYZ 14.89 7.52 12.47 -
YUV 59.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 150 6 99 0 0.96 0.34 0.41 321.25 0.92 0.31
Hex 96 6 63 0 60 22 29 141 5C 1F
Octal 226 6 143 0 140 42 51 501 134 37
Binary 10010110 110 1100011 0 1100000 100010 101001 101000001 1011100 11111

Color Harmonies of #960663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960663

Black with #960663

Text Example


Text Example

White with #960663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960663; }

 p { color: rgb(150,6,99); }

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

background-color css

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

 a { background-color: rgb(150,6,99); }

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

border-color css

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

 span { border-color: rgb(150,6,99); }

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