Html Css Color HEX #960F75 Eggplant

📋 copy color: '#960F75'

red 150 ◦ green 15 ◦ blue 117

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

Shades of Eggplant #960F75

Tints of Eggplant #960F75

RGB

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

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

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

R = 53.19%
G = 5.32%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#960F75 (or 0x960F75) is known color: Eggplant. HEX triplet: 96, 0F and 75. RGB value is (150,15,117). Sum of RGB (Red+Green+Blue) = 150+15+117=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #960F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F75 is #69F08A. Grayscale: #424242. Windows color (decimal): -6942859 or 7671702. OLE color: 7671702.

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

Color convert

RGB 150 15 117 -
CMYK 0 0.9 0.22 0.41
HSL 314.67º 0.82% 0.32% -
HSV(B) 314.67º 0.9% 0.59% -
XYZ 15.96 8.11 17.55 -
YUV 66.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 150 15 117 0 0.9 0.22 0.41 314.67 0.82 0.32
Hex 96 F 75 0 5A 16 29 13B 52 20
Octal 226 17 165 0 132 26 51 473 122 40
Binary 10010110 1111 1110101 0 1011010 10110 101001 100111011 1010010 100000

Color Harmonies of #960F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960F75

Black with #960F75

Text Example


Text Example

White with #960F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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