Html Css Color HEX #8A0655 Eggplant

📋 copy color: '#8A0655'

red 138 ◦ green 6 ◦ blue 85

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

Shades of Eggplant #8A0655

Tints of Eggplant #8A0655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 60.26%
G = 2.62%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A0655 (or 0x8A0655) is known color: Eggplant. HEX triplet: 8A, 06 and 55. RGB value is (138,6,85). Sum of RGB (Red+Green+Blue) = 138+6+85=229 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.26% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0655 is #75F9AA. Grayscale: #363636. Windows color (decimal): -7731627 or 5572234. OLE color: 5572234.

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

Color convert

RGB 138 6 85 -
CMYK 0 0.96 0.38 0.46
HSL 324.09º 0.92% 0.28% -
HSV(B) 324.09º 0.96% 0.54% -
XYZ 12.19 6.19 9.15 -
YUV 54.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 138 6 85 0 0.96 0.38 0.46 324.09 0.92 0.28
Hex 8A 6 55 0 60 26 2E 144 5C 1C
Octal 212 6 125 0 140 46 56 504 134 34
Binary 10001010 110 1010101 0 1100000 100110 101110 101000100 1011100 11100

Color Harmonies of #8A0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0655

Black with #8A0655

Text Example


Text Example

White with #8A0655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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