Html Css Color HEX #960C6F Eggplant

📋 copy color: '#960C6F'

red 150 ◦ green 12 ◦ blue 111

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

Shades of Eggplant #960C6F

Tints of Eggplant #960C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 54.95%
G = 4.4%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#960C6F (or 0x960C6F) is known color: Eggplant. HEX triplet: 96, 0C and 6F. RGB value is (150,12,111). Sum of RGB (Red+Green+Blue) = 150+12+111=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #960C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960C6F is #69F390. Grayscale: #404040. Windows color (decimal): -6943633 or 7277718. OLE color: 7277718.

HSL color Cylindrical-coordinate representation of color #960C6F: hue angle of 316.96º 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 #960C6F is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 12 111 -
CMYK 0 0.92 0.26 0.41
HSL 316.96º 0.85% 0.32% -
HSV(B) 316.96º 0.92% 0.59% -
XYZ 15.58 7.89 15.74 -
YUV 64.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 150 12 111 0 0.92 0.26 0.41 316.96 0.85 0.32
Hex 96 C 6F 0 5C 1A 29 13D 55 20
Octal 226 14 157 0 134 32 51 475 125 40
Binary 10010110 1100 1101111 0 1011100 11010 101001 100111101 1010101 100000

Color Harmonies of #960C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960C6F

Black with #960C6F

Text Example


Text Example

White with #960C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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