Html Css Color HEX #8A0B68 Eggplant

📋 copy color: '#8A0B68'

red 138 ◦ green 11 ◦ blue 104

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

Shades of Eggplant #8A0B68

Tints of Eggplant #8A0B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.11%

R = 54.55%
G = 4.35%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A0B68 (or 0x8A0B68) is known color: Eggplant. HEX triplet: 8A, 0B and 68. RGB value is (138,11,104). Sum of RGB (Red+Green+Blue) = 138+11+104=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0B68 is #75F497. Grayscale: #3B3B3B. Windows color (decimal): -7730328 or 6818698. OLE color: 6818698.

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

Color convert

RGB 138 11 104 -
CMYK 0 0.92 0.25 0.46
HSL 316.06º 0.85% 0.29% -
HSV(B) 316.06º 0.92% 0.54% -
XYZ 13.1 6.64 13.69 -
YUV 59.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 138 11 104 0 0.92 0.25 0.46 316.06 0.85 0.29
Hex 8A B 68 0 5C 19 2E 13C 55 1D
Octal 212 13 150 0 134 31 56 474 125 35
Binary 10001010 1011 1101000 0 1011100 11001 101110 100111100 1010101 11101

Color Harmonies of #8A0B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0B68

Black with #8A0B68

Text Example


Text Example

White with #8A0B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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