Html Css Color HEX #8A0253 Eggplant

📋 copy color: '#8A0253'

red 138 ◦ green 2 ◦ blue 83

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

Shades of Eggplant #8A0253

Tints of Eggplant #8A0253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 61.88%
G = 0.9%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#8A0253 (or 0x8A0253) is known color: Eggplant. HEX triplet: 8A, 02 and 53. RGB value is (138,2,83). Sum of RGB (Red+Green+Blue) = 138+2+83=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0253 is #75FDAC. Grayscale: #333333. Windows color (decimal): -7732653 or 5440138. OLE color: 5440138.

HSL color Cylindrical-coordinate representation of color #8A0253: hue angle of 324.26º 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 #8A0253 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 83 -
CMYK 0 0.99 0.40 0.46
HSL 324.26º 0.97% 0.27% -
HSV(B) 324.26º 0.99% 0.54% -
XYZ 12.06 6.07 8.72 -
YUV 51.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 138 2 83 0 0.99 0.40 0.46 324.26 0.97 0.27
Hex 8A 2 53 0 63 28 2E 144 61 1B
Octal 212 2 123 0 143 50 56 504 141 33
Binary 10001010 10 1010011 0 1100011 101000 101110 101000100 1100001 11011

Color Harmonies of #8A0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0253

Black with #8A0253

Text Example


Text Example

White with #8A0253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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