Html Css Color HEX #8A0B64 Eggplant

📋 copy color: '#8A0B64'

red 138 ◦ green 11 ◦ blue 100

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

Shades of Eggplant #8A0B64

Tints of Eggplant #8A0B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.42%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 55.42%
G = 4.42%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A0B64 (or 0x8A0B64) is known color: Eggplant. HEX triplet: 8A, 0B and 64. RGB value is (138,11,100). Sum of RGB (Red+Green+Blue) = 138+11+100=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0B64 is #75F49B. Grayscale: #3A3A3A. Windows color (decimal): -7730332 or 6556554. OLE color: 6556554.

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

Color convert

RGB 138 11 100 -
CMYK 0 0.92 0.28 0.46
HSL 317.95º 0.85% 0.29% -
HSV(B) 317.95º 0.92% 0.54% -
XYZ 12.9 6.56 12.64 -
YUV 59.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 138 11 100 0 0.92 0.28 0.46 317.95 0.85 0.29
Hex 8A B 64 0 5C 1C 2E 13E 55 1D
Octal 212 13 144 0 134 34 56 476 125 35
Binary 10001010 1011 1100100 0 1011100 11100 101110 100111110 1010101 11101

Color Harmonies of #8A0B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0B64

Black with #8A0B64

Text Example


Text Example

White with #8A0B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,11,100); }

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

background-color css

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

 a { background-color: rgb(138,11,100); }

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

border-color css

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

 span { border-color: rgb(138,11,100); }

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