Html Css Color HEX #960261 Eggplant

📋 copy color: '#960261'

red 150 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #960261

Tints of Eggplant #960261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 60.24%
G = 0.8%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#960261 (or 0x960261) is known color: Eggplant. HEX triplet: 96, 02 and 61. RGB value is (150,2,97). Sum of RGB (Red+Green+Blue) = 150+2+97=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #960261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960261 is #69FD9E. Grayscale: #383838. Windows color (decimal): -6946207 or 6357654. OLE color: 6357654.

HSL color Cylindrical-coordinate representation of color #960261: hue angle of 321.49º degrees, saturation: 0.97, 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 #960261 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 97 -
CMYK 0 0.99 0.35 0.41
HSL 321.49º 0.97% 0.3% -
HSV(B) 321.49º 0.99% 0.59% -
XYZ 14.76 7.39 11.96 -
YUV 57.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 150 2 97 0 0.99 0.35 0.41 321.49 0.97 0.3
Hex 96 2 61 0 63 23 29 141 61 1E
Octal 226 2 141 0 143 43 51 501 141 36
Binary 10010110 10 1100001 0 1100011 100011 101001 101000001 1100001 11110

Color Harmonies of #960261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960261

Black with #960261

Text Example


Text Example

White with #960261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960261; }

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

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

background-color css

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

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

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

border-color css

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

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

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