Html Css Color HEX #9A0E68 Eggplant

📋 copy color: '#9A0E68'

red 154 ◦ green 14 ◦ blue 104

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

Shades of Eggplant #9A0E68

Tints of Eggplant #9A0E68

RGB

 RED value IS 154 (60.55% from 255) = 56.62%

 GREEN value IS 14 (5.86% from 255) = 5.15%

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

R = 56.62%
G = 5.15%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A0E68 (or 0x9A0E68) is known color: Eggplant. HEX triplet: 9A, 0E and 68. RGB value is (154,14,104). Sum of RGB (Red+Green+Blue) = 154+14+104=272 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.62% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0E68 is #65F197. Grayscale: #414141. Windows color (decimal): -6680984 or 6819482. OLE color: 6819482.

HSL color Cylindrical-coordinate representation of color #9A0E68: hue angle of 321.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E68 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 14 104 -
CMYK 0 0.91 0.32 0.40
HSL 321.43º 0.83% 0.33% -
HSV(B) 321.43º 0.91% 0.6% -
XYZ 15.98 8.18 13.83 -
YUV 66.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 154 14 104 0 0.91 0.32 0.40 321.43 0.83 0.33
Hex 9A E 68 0 5B 20 28 141 53 21
Octal 232 16 150 0 133 40 50 501 123 41
Binary 10011010 1110 1101000 0 1011011 100000 101000 101000001 1010011 100001

Color Harmonies of #9A0E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0E68

Black with #9A0E68

Text Example


Text Example

White with #9A0E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A0E68; }

 p { color: rgb(154,14,104); }

 H1.HeaderClassName
 {
   color: #9A0E68;
 }
 .AnyTagClassName
 {
   color: #9A0E68;
 }
</style>

background-color css

<style>
 a { background-color: #9A0E68; }

 a { background-color: rgb(154,14,104); }

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

border-color css

<style>
 span { border-color: #9A0E68; }

 span { border-color: rgb(154,14,104); }

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