Html Css Color HEX #9A0A62 Eggplant

📋 copy color: '#9A0A62'

red 154 ◦ green 10 ◦ blue 98

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

Shades of Eggplant #9A0A62

Tints of Eggplant #9A0A62

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.82%

 BLUE value IS 98 (38.67% from 255) = 37.4%

R = 58.78%
G = 3.82%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A0A62 (or 0x9A0A62) is known color: Eggplant. HEX triplet: 9A, 0A and 62. RGB value is (154,10,98). Sum of RGB (Red+Green+Blue) = 154+10+98=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0A62 is #65F59D. Grayscale: #3E3E3E. Windows color (decimal): -6682014 or 6425242. OLE color: 6425242.

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

Color convert

RGB 154 10 98 -
CMYK 0 0.94 0.36 0.40
HSL 323.33º 0.88% 0.32% -
HSV(B) 323.33º 0.94% 0.6% -
XYZ 15.64 7.97 12.27 -
YUV 63.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 154 10 98 0 0.94 0.36 0.40 323.33 0.88 0.32
Hex 9A A 62 0 5E 24 28 143 58 20
Octal 232 12 142 0 136 44 50 503 130 40
Binary 10011010 1010 1100010 0 1011110 100100 101000 101000011 1011000 100000

Color Harmonies of #9A0A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0A62

Black with #9A0A62

Text Example


Text Example

White with #9A0A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,10,98); }

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

background-color css

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

 a { background-color: rgb(154,10,98); }

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

border-color css

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

 span { border-color: rgb(154,10,98); }

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