Html Css Color HEX #960378 Eggplant

📋 copy color: '#960378'

red 150 ◦ green 3 ◦ blue 120

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

Shades of Eggplant #960378

Tints of Eggplant #960378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 54.95%
G = 1.1%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#960378 (or 0x960378) is known color: Eggplant. HEX triplet: 96, 03 and 78. RGB value is (150,3,120). Sum of RGB (Red+Green+Blue) = 150+3+120=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #960378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960378 is #69FC87. Grayscale: #3B3B3B. Windows color (decimal): -6945928 or 7865238. OLE color: 7865238.

HSL color Cylindrical-coordinate representation of color #960378: hue angle of 312.24º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960378 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 120 -
CMYK 0 0.98 0.20 0.41
HSL 312.24º 0.96% 0.3% -
HSV(B) 312.24º 0.98% 0.59% -
XYZ 16 7.91 18.45 -
YUV 60.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 150 3 120 0 0.98 0.20 0.41 312.24 0.96 0.3
Hex 96 3 78 0 62 14 29 138 60 1E
Octal 226 3 170 0 142 24 51 470 140 36
Binary 10010110 11 1111000 0 1100010 10100 101001 100111000 1100000 11110

Color Harmonies of #960378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960378

Black with #960378

Text Example


Text Example

White with #960378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960378; }

 p { color: rgb(150,3,120); }

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

background-color css

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

 a { background-color: rgb(150,3,120); }

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

border-color css

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

 span { border-color: rgb(150,3,120); }

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