Html Css Color HEX #960761 Eggplant

📋 copy color: '#960761'

red 150 ◦ green 7 ◦ blue 97

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

Shades of Eggplant #960761

Tints of Eggplant #960761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 59.06%
G = 2.76%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#960761 (or 0x960761) is known color: Eggplant. HEX triplet: 96, 07 and 61. RGB value is (150,7,97). Sum of RGB (Red+Green+Blue) = 150+7+97=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #960761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960761 is #69F89E. Grayscale: #3B3B3B. Windows color (decimal): -6944927 or 6358934. OLE color: 6358934.

HSL color Cylindrical-coordinate representation of color #960761: hue angle of 322.24º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960761 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 97 -
CMYK 0 0.95 0.35 0.41
HSL 322.24º 0.91% 0.31% -
HSV(B) 322.24º 0.95% 0.59% -
XYZ 14.81 7.5 11.98 -
YUV 60.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 150 7 97 0 0.95 0.35 0.41 322.24 0.91 0.31
Hex 96 7 61 0 5F 23 29 142 5B 1F
Octal 226 7 141 0 137 43 51 502 133 37
Binary 10010110 111 1100001 0 1011111 100011 101001 101000010 1011011 11111

Color Harmonies of #960761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960761

Black with #960761

Text Example


Text Example

White with #960761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960761; }

 p { color: rgb(150,7,97); }

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

background-color css

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

 a { background-color: rgb(150,7,97); }

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

border-color css

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

 span { border-color: rgb(150,7,97); }

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