Html Css Color HEX #960369 Eggplant

📋 copy color: '#960369'

red 150 ◦ green 3 ◦ blue 105

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

Shades of Eggplant #960369

Tints of Eggplant #960369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.7%

R = 58.14%
G = 1.16%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#960369 (or 0x960369) is known color: Eggplant. HEX triplet: 96, 03 and 69. RGB value is (150,3,105). Sum of RGB (Red+Green+Blue) = 150+3+105=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #960369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960369 is #69FC96. Grayscale: #3A3A3A. Windows color (decimal): -6945943 or 6882198. OLE color: 6882198.

HSL color Cylindrical-coordinate representation of color #960369: hue angle of 318.37º 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 #960369 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 105 -
CMYK 0 0.98 0.30 0.41
HSL 318.37º 0.96% 0.3% -
HSV(B) 318.37º 0.98% 0.59% -
XYZ 15.16 7.57 14.03 -
YUV 58.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 150 3 105 0 0.98 0.30 0.41 318.37 0.96 0.3
Hex 96 3 69 0 62 1E 29 13E 60 1E
Octal 226 3 151 0 142 36 51 476 140 36
Binary 10010110 11 1101001 0 1100010 11110 101001 100111110 1100000 11110

Color Harmonies of #960369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960369

Black with #960369

Text Example


Text Example

White with #960369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960369; }

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

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

background-color css

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

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

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

border-color css

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

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

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