Html Css Color HEX #8A0668 Eggplant

📋 copy color: '#8A0668'

red 138 ◦ green 6 ◦ blue 104

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

Shades of Eggplant #8A0668

Tints of Eggplant #8A0668

RGB

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

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

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

R = 55.65%
G = 2.42%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A0668 (or 0x8A0668) is known color: Eggplant. HEX triplet: 8A, 06 and 68. RGB value is (138,6,104). Sum of RGB (Red+Green+Blue) = 138+6+104=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0668 is #75F997. Grayscale: #383838. Windows color (decimal): -7731608 or 6817418. OLE color: 6817418.

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

Color convert

RGB 138 6 104 -
CMYK 0 0.96 0.25 0.46
HSL 315.45º 0.92% 0.28% -
HSV(B) 315.45º 0.96% 0.54% -
XYZ 13.05 6.53 13.67 -
YUV 56.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 138 6 104 0 0.96 0.25 0.46 315.45 0.92 0.28
Hex 8A 6 68 0 60 19 2E 13B 5C 1C
Octal 212 6 150 0 140 31 56 473 134 34
Binary 10001010 110 1101000 0 1100000 11001 101110 100111011 1011100 11100

Color Harmonies of #8A0668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0668

Black with #8A0668

Text Example


Text Example

White with #8A0668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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