Html Css Color HEX #990261 Eggplant

📋 copy color: '#990261'

red 153 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #990261

Tints of Eggplant #990261

RGB

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

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

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

R = 60.71%
G = 0.79%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#990261 (or 0x990261) is known color: Eggplant. HEX triplet: 99, 02 and 61. RGB value is (153,2,97). Sum of RGB (Red+Green+Blue) = 153+2+97=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #990261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990261 is #66FD9E. Grayscale: #393939. Windows color (decimal): -6749599 or 6357657. OLE color: 6357657.

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

Color convert

RGB 153 2 97 -
CMYK 0 0.99 0.37 0.4
HSL 322.25º 0.97% 0.3% -
HSV(B) 322.25º 0.99% 0.6% -
XYZ 15.32 7.68 11.98 -
YUV 57.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 153 2 97 0 0.99 0.37 0.4 322.25 0.97 0.3
Hex 99 2 61 0 63 25 28 142 61 1E
Octal 231 2 141 0 143 45 50 502 141 36
Binary 10011001 10 1100001 0 1100011 100101 101000 101000010 1100001 11110

Color Harmonies of #990261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990261

Black with #990261

Text Example


Text Example

White with #990261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990261; }

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

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

background-color css

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

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

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

border-color css

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

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

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