Html Css Color HEX #960C75 Eggplant

📋 copy color: '#960C75'

red 150 ◦ green 12 ◦ blue 117

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

Shades of Eggplant #960C75

Tints of Eggplant #960C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 53.76%
G = 4.3%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#960C75 (or 0x960C75) is known color: Eggplant. HEX triplet: 96, 0C and 75. RGB value is (150,12,117). Sum of RGB (Red+Green+Blue) = 150+12+117=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #960C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960C75 is #69F38A. Grayscale: #404040. Windows color (decimal): -6943627 or 7670934. OLE color: 7670934.

HSL color Cylindrical-coordinate representation of color #960C75: hue angle of 314.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960C75 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 12 117 -
CMYK 0 0.92 0.22 0.41
HSL 314.35º 0.85% 0.32% -
HSV(B) 314.35º 0.92% 0.59% -
XYZ 15.92 8.03 17.54 -
YUV 65.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 150 12 117 0 0.92 0.22 0.41 314.35 0.85 0.32
Hex 96 C 75 0 5C 16 29 13A 55 20
Octal 226 14 165 0 134 26 51 472 125 40
Binary 10010110 1100 1110101 0 1011100 10110 101001 100111010 1010101 100000

Color Harmonies of #960C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960C75

Black with #960C75

Text Example


Text Example

White with #960C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960C75; }

 p { color: rgb(150,12,117); }

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

background-color css

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

 a { background-color: rgb(150,12,117); }

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

border-color css

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

 span { border-color: rgb(150,12,117); }

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