Html Css Color HEX #960262 Eggplant

📋 copy color: '#960262'

red 150 ◦ green 2 ◦ blue 98

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

Shades of Eggplant #960262

Tints of Eggplant #960262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.2%

R = 60%
G = 0.8%
B = 39.2%

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

#960262 (or 0x960262) is known color: Eggplant. HEX triplet: 96, 02 and 62. RGB value is (150,2,98). Sum of RGB (Red+Green+Blue) = 150+2+98=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #960262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960262 is #69FD9D. Grayscale: #383838. Windows color (decimal): -6946206 or 6423190. OLE color: 6423190.

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

Color convert

RGB 150 2 98 -
CMYK 0 0.99 0.35 0.41
HSL 321.08º 0.97% 0.3% -
HSV(B) 321.08º 0.99% 0.59% -
XYZ 14.8 7.41 12.21 -
YUV 57.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 150 2 98 0 0.99 0.35 0.41 321.08 0.97 0.3
Hex 96 2 62 0 63 23 29 141 61 1E
Octal 226 2 142 0 143 43 51 501 141 36
Binary 10010110 10 1100010 0 1100011 100011 101001 101000001 1100001 11110

Color Harmonies of #960262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960262

Black with #960262

Text Example


Text Example

White with #960262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960262; }

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

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

background-color css

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

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

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

border-color css

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

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

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