Html Css Color HEX #960F6F Eggplant

📋 copy color: '#960F6F'

red 150 ◦ green 15 ◦ blue 111

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

Shades of Eggplant #960F6F

Tints of Eggplant #960F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.43%

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

R = 54.35%
G = 5.43%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#960F6F (or 0x960F6F) is known color: Eggplant. HEX triplet: 96, 0F and 6F. RGB value is (150,15,111). Sum of RGB (Red+Green+Blue) = 150+15+111=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #960F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F6F is #69F090. Grayscale: #424242. Windows color (decimal): -6942865 or 7278486. OLE color: 7278486.

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

Color convert

RGB 150 15 111 -
CMYK 0 0.9 0.26 0.41
HSL 317.33º 0.82% 0.32% -
HSV(B) 317.33º 0.9% 0.59% -
XYZ 15.62 7.97 15.75 -
YUV 66.31 153.23 187.69 -
System Red Green Blue C M Y K H S L
Decimal 150 15 111 0 0.9 0.26 0.41 317.33 0.82 0.32
Hex 96 F 6F 0 5A 1A 29 13D 52 20
Octal 226 17 157 0 132 32 51 475 122 40
Binary 10010110 1111 1101111 0 1011010 11010 101001 100111101 1010010 100000

Color Harmonies of #960F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960F6F

Black with #960F6F

Text Example


Text Example

White with #960F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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