Html Css Color HEX #8A0752 Eggplant

📋 copy color: '#8A0752'

red 138 ◦ green 7 ◦ blue 82

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

Shades of Eggplant #8A0752

Tints of Eggplant #8A0752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 60.79%
G = 3.08%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A0752 (or 0x8A0752) is known color: Eggplant. HEX triplet: 8A, 07 and 52. RGB value is (138,7,82). Sum of RGB (Red+Green+Blue) = 138+7+82=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0752 is #75F8AD. Grayscale: #363636. Windows color (decimal): -7731374 or 5375882. OLE color: 5375882.

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

Color convert

RGB 138 7 82 -
CMYK 0 0.95 0.41 0.46
HSL 325.65º 0.9% 0.28% -
HSV(B) 325.65º 0.95% 0.54% -
XYZ 12.08 6.16 8.54 -
YUV 54.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 138 7 82 0 0.95 0.41 0.46 325.65 0.9 0.28
Hex 8A 7 52 0 5F 29 2E 146 5A 1C
Octal 212 7 122 0 137 51 56 506 132 34
Binary 10001010 111 1010010 0 1011111 101001 101110 101000110 1011010 11100

Color Harmonies of #8A0752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0752

Black with #8A0752

Text Example


Text Example

White with #8A0752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,7,82); }

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

background-color css

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

 a { background-color: rgb(138,7,82); }

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

border-color css

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

 span { border-color: rgb(138,7,82); }

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