Html Css Color HEX #9A087A Eggplant

📋 copy color: '#9A087A'

red 154 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #9A087A

Tints of Eggplant #9A087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 54.23%
G = 2.82%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A087A (or 0x9A087A) is known color: Eggplant. HEX triplet: 9A, 08 and 7A. RGB value is (154,8,122). Sum of RGB (Red+Green+Blue) = 154+8+122=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A087A is #65F785. Grayscale: #404040. Windows color (decimal): -6682502 or 7997594. OLE color: 7997594.

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

Color convert

RGB 154 8 122 -
CMYK 0 0.95 0.21 0.40
HSL 313.15º 0.9% 0.32% -
HSV(B) 313.15º 0.95% 0.6% -
XYZ 16.93 8.45 19.15 -
YUV 64.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 154 8 122 0 0.95 0.21 0.40 313.15 0.9 0.32
Hex 9A 8 7A 0 5F 15 28 139 5A 20
Octal 232 10 172 0 137 25 50 471 132 40
Binary 10011010 1000 1111010 0 1011111 10101 101000 100111001 1011010 100000

Color Harmonies of #9A087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A087A

Black with #9A087A

Text Example


Text Example

White with #9A087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,8,122); }

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

background-color css

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

 a { background-color: rgb(154,8,122); }

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

border-color css

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

 span { border-color: rgb(154,8,122); }

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