Html Css Color HEX #990267 Eggplant

📋 copy color: '#990267'

red 153 ◦ green 2 ◦ blue 103

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

Shades of Eggplant #990267

Tints of Eggplant #990267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 39.92%

R = 59.3%
G = 0.78%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#990267 (or 0x990267) is known color: Eggplant. HEX triplet: 99, 02 and 67. RGB value is (153,2,103). Sum of RGB (Red+Green+Blue) = 153+2+103=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #990267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990267 is #66FD98. Grayscale: #3A3A3A. Windows color (decimal): -6749593 or 6750873. OLE color: 6750873.

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

Color convert

RGB 153 2 103 -
CMYK 0 0.99 0.33 0.4
HSL 319.87º 0.97% 0.3% -
HSV(B) 319.87º 0.99% 0.6% -
XYZ 15.61 7.79 13.51 -
YUV 58.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 153 2 103 0 0.99 0.33 0.4 319.87 0.97 0.3
Hex 99 2 67 0 63 21 28 140 61 1E
Octal 231 2 147 0 143 41 50 500 141 36
Binary 10011001 10 1100111 0 1100011 100001 101000 101000000 1100001 11110

Color Harmonies of #990267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990267

Black with #990267

Text Example


Text Example

White with #990267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990267; }

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

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

background-color css

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

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

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

border-color css

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

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

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