Html Css Color HEX #990262 Eggplant

📋 copy color: '#990262'

red 153 ◦ green 2 ◦ blue 98

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

Shades of Eggplant #990262

Tints of Eggplant #990262

RGB

 RED value IS 153 (60.16% from 255) = 60.47%

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

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

R = 60.47%
G = 0.79%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#990262 (or 0x990262) is known color: Eggplant. HEX triplet: 99, 02 and 62. RGB value is (153,2,98). Sum of RGB (Red+Green+Blue) = 153+2+98=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #990262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990262 is #66FD9D. Grayscale: #393939. Windows color (decimal): -6749598 or 6423193. OLE color: 6423193.

HSL color Cylindrical-coordinate representation of color #990262: hue angle of 321.85º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990262 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 98 -
CMYK 0 0.99 0.36 0.4
HSL 321.85º 0.97% 0.3% -
HSV(B) 321.85º 0.99% 0.6% -
XYZ 15.36 7.7 12.23 -
YUV 58.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 153 2 98 0 0.99 0.36 0.4 321.85 0.97 0.3
Hex 99 2 62 0 63 24 28 142 61 1E
Octal 231 2 142 0 143 44 50 502 141 36
Binary 10011001 10 1100010 0 1100011 100100 101000 101000010 1100001 11110

Color Harmonies of #990262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990262

Black with #990262

Text Example


Text Example

White with #990262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990262; }

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

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

background-color css

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

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

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

border-color css

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

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

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