Html Css Color HEX #961365 Eggplant

📋 copy color: '#961365'

red 150 ◦ green 19 ◦ blue 101

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

Shades of Eggplant #961365

Tints of Eggplant #961365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 55.56%
G = 7.04%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#961365 (or 0x961365) is known color: Eggplant. HEX triplet: 96, 13 and 65. RGB value is (150,19,101). Sum of RGB (Red+Green+Blue) = 150+19+101=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #961365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961365 is #69EC9A. Grayscale: #434343. Windows color (decimal): -6941851 or 6624150. OLE color: 6624150.

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

Color convert

RGB 150 19 101 -
CMYK 0 0.87 0.33 0.41
HSL 322.44º 0.78% 0.33% -
HSV(B) 322.44º 0.87% 0.59% -
XYZ 15.16 7.89 13.04 -
YUV 67.52 146.9 186.83 -
System Red Green Blue C M Y K H S L
Decimal 150 19 101 0 0.87 0.33 0.41 322.44 0.78 0.33
Hex 96 13 65 0 57 21 29 142 4E 21
Octal 226 23 145 0 127 41 51 502 116 41
Binary 10010110 10011 1100101 0 1010111 100001 101001 101000010 1001110 100001

Color Harmonies of #961365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961365

Black with #961365

Text Example


Text Example

White with #961365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961365; }

 p { color: rgb(150,19,101); }

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

background-color css

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

 a { background-color: rgb(150,19,101); }

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

border-color css

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

 span { border-color: rgb(150,19,101); }

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