Html Css Color HEX #8A0249 Eggplant

📋 copy color: '#8A0249'

red 138 ◦ green 2 ◦ blue 73

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

Shades of Eggplant #8A0249

Tints of Eggplant #8A0249

RGB

 RED value IS 138 (54.3% from 255) = 64.79%

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

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 64.79%
G = 0.94%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A0249 (or 0x8A0249) is known color: Eggplant. HEX triplet: 8A, 02 and 49. RGB value is (138,2,73). Sum of RGB (Red+Green+Blue) = 138+2+73=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0249 is #75FDB6. Grayscale: #323232. Windows color (decimal): -7732663 or 4784778. OLE color: 4784778.

HSL color Cylindrical-coordinate representation of color #8A0249: hue angle of 328.68º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0249 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 73 -
CMYK 0 0.99 0.47 0.46
HSL 328.68º 0.97% 0.27% -
HSV(B) 328.68º 0.99% 0.54% -
XYZ 11.71 5.93 6.83 -
YUV 50.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 138 2 73 0 0.99 0.47 0.46 328.68 0.97 0.27
Hex 8A 2 49 0 63 2F 2E 149 61 1B
Octal 212 2 111 0 143 57 56 511 141 33
Binary 10001010 10 1001001 0 1100011 101111 101110 101001001 1100001 11011

Color Harmonies of #8A0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0249

Black with #8A0249

Text Example


Text Example

White with #8A0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A0249; }

 p { color: rgb(138,2,73); }

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

background-color css

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

 a { background-color: rgb(138,2,73); }

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

border-color css

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

 span { border-color: rgb(138,2,73); }

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