Html Css Color HEX #960169 Eggplant

📋 copy color: '#960169'

red 150 ◦ green 1 ◦ blue 105

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

Shades of Eggplant #960169

Tints of Eggplant #960169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 58.59%
G = 0.39%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#960169 (or 0x960169) is known color: Eggplant. HEX triplet: 96, 01 and 69. RGB value is (150,1,105). Sum of RGB (Red+Green+Blue) = 150+1+105=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #960169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960169 is #69FE96. Grayscale: #393939. Windows color (decimal): -6946455 or 6881686. OLE color: 6881686.

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

Color convert

RGB 150 1 105 -
CMYK 0 0.99 0.30 0.41
HSL 318.12º 0.99% 0.3% -
HSV(B) 318.12º 0.99% 0.59% -
XYZ 15.14 7.53 14.02 -
YUV 57.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 150 1 105 0 0.99 0.30 0.41 318.12 0.99 0.3
Hex 96 1 69 0 63 1E 29 13E 63 1E
Octal 226 1 151 0 143 36 51 476 143 36
Binary 10010110 1 1101001 0 1100011 11110 101001 100111110 1100011 11110

Color Harmonies of #960169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960169

Black with #960169

Text Example


Text Example

White with #960169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960169; }

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

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

background-color css

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

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

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

border-color css

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

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

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