Html Css Color HEX #960768 Eggplant

📋 copy color: '#960768'

red 150 ◦ green 7 ◦ blue 104

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

Shades of Eggplant #960768

Tints of Eggplant #960768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 57.47%
G = 2.68%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#960768 (or 0x960768) is known color: Eggplant. HEX triplet: 96, 07 and 68. RGB value is (150,7,104). Sum of RGB (Red+Green+Blue) = 150+7+104=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #960768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960768 is #69F897. Grayscale: #3C3C3C. Windows color (decimal): -6944920 or 6817686. OLE color: 6817686.

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

Color convert

RGB 150 7 104 -
CMYK 0 0.95 0.31 0.41
HSL 319.3º 0.91% 0.31% -
HSV(B) 319.3º 0.95% 0.59% -
XYZ 15.15 7.64 13.77 -
YUV 60.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 150 7 104 0 0.95 0.31 0.41 319.3 0.91 0.31
Hex 96 7 68 0 5F 1F 29 13F 5B 1F
Octal 226 7 150 0 137 37 51 477 133 37
Binary 10010110 111 1101000 0 1011111 11111 101001 100111111 1011011 11111

Color Harmonies of #960768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960768

Black with #960768

Text Example


Text Example

White with #960768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960768; }

 p { color: rgb(150,7,104); }

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

background-color css

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

 a { background-color: rgb(150,7,104); }

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

border-color css

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

 span { border-color: rgb(150,7,104); }

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