Html Css Color HEX #8A0370 Eggplant

📋 copy color: '#8A0370'

red 138 ◦ green 3 ◦ blue 112

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

Shades of Eggplant #8A0370

Tints of Eggplant #8A0370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 112 (44.14% from 255) = 44.27%

R = 54.55%
G = 1.19%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#8A0370 (or 0x8A0370) is known color: Eggplant. HEX triplet: 8A, 03 and 70. RGB value is (138,3,112). Sum of RGB (Red+Green+Blue) = 138+3+112=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0370 is #75FC8F. Grayscale: #373737. Windows color (decimal): -7732368 or 7340938. OLE color: 7340938.

HSL color Cylindrical-coordinate representation of color #8A0370: hue angle of 311.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0370 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 3 112 -
CMYK 0 0.98 0.19 0.46
HSL 311.56º 0.96% 0.28% -
HSV(B) 311.56º 0.98% 0.54% -
XYZ 13.44 6.64 15.9 -
YUV 55.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 138 3 112 0 0.98 0.19 0.46 311.56 0.96 0.28
Hex 8A 3 70 0 62 13 2E 138 60 1C
Octal 212 3 160 0 142 23 56 470 140 34
Binary 10001010 11 1110000 0 1100010 10011 101110 100111000 1100000 11100

Color Harmonies of #8A0370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0370

Black with #8A0370

Text Example


Text Example

White with #8A0370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,112); }

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

background-color css

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

 a { background-color: rgb(138,3,112); }

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

border-color css

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

 span { border-color: rgb(138,3,112); }

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