Html Css Color HEX #961063 Eggplant

📋 copy color: '#961063'

red 150 ◦ green 16 ◦ blue 99

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

Shades of Eggplant #961063

Tints of Eggplant #961063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

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

R = 56.6%
G = 6.04%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#961063 (or 0x961063) is known color: Eggplant. HEX triplet: 96, 10 and 63. RGB value is (150,16,99). Sum of RGB (Red+Green+Blue) = 150+16+99=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #961063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961063 is #69EF9C. Grayscale: #414141. Windows color (decimal): -6942621 or 6492310. OLE color: 6492310.

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

Color convert

RGB 150 16 99 -
CMYK 0 0.89 0.34 0.41
HSL 322.84º 0.81% 0.33% -
HSV(B) 322.84º 0.89% 0.59% -
XYZ 15.02 7.76 12.51 -
YUV 65.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 150 16 99 0 0.89 0.34 0.41 322.84 0.81 0.33
Hex 96 10 63 0 59 22 29 143 51 21
Octal 226 20 143 0 131 42 51 503 121 41
Binary 10010110 10000 1100011 0 1011001 100010 101001 101000011 1010001 100001

Color Harmonies of #961063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961063

Black with #961063

Text Example


Text Example

White with #961063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961063; }

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

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

background-color css

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

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

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

border-color css

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

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

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