Html Css Color HEX #8A0653 Eggplant

📋 copy color: '#8A0653'

red 138 ◦ green 6 ◦ blue 83

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

Shades of Eggplant #8A0653

Tints of Eggplant #8A0653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 60.79%
G = 2.64%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#8A0653 (or 0x8A0653) is known color: Eggplant. HEX triplet: 8A, 06 and 53. RGB value is (138,6,83). Sum of RGB (Red+Green+Blue) = 138+6+83=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0653 is #75F9AC. Grayscale: #363636. Windows color (decimal): -7731629 or 5441162. OLE color: 5441162.

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

Color convert

RGB 138 6 83 -
CMYK 0 0.96 0.40 0.46
HSL 325º 0.92% 0.28% -
HSV(B) 325º 0.96% 0.54% -
XYZ 12.11 6.16 8.73 -
YUV 54.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 138 6 83 0 0.96 0.40 0.46 325 0.92 0.28
Hex 8A 6 53 0 60 28 2E 145 5C 1C
Octal 212 6 123 0 140 50 56 505 134 34
Binary 10001010 110 1010011 0 1100000 101000 101110 101000101 1011100 11100

Color Harmonies of #8A0653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0653

Black with #8A0653

Text Example


Text Example

White with #8A0653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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