Html Css Color HEX #9A015A Eggplant

📋 copy color: '#9A015A'

red 154 ◦ green 1 ◦ blue 90

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

Shades of Eggplant #9A015A

Tints of Eggplant #9A015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 62.86%
G = 0.41%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A015A (or 0x9A015A) is known color: Eggplant. HEX triplet: 9A, 01 and 5A. RGB value is (154,1,90). Sum of RGB (Red+Green+Blue) = 154+1+90=245 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.86% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 154 - color contains mainly: red. Hex color #9A015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A015A is #65FEA5. Grayscale: #383838. Windows color (decimal): -6684326 or 5898650. OLE color: 5898650.

HSL color Cylindrical-coordinate representation of color #9A015A: hue angle of 325.1º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A015A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 90 -
CMYK 0 0.99 0.42 0.40
HSL 325.1º 0.99% 0.3% -
HSV(B) 325.1º 0.99% 0.6% -
XYZ 15.18 7.63 10.35 -
YUV 56.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 154 1 90 0 0.99 0.42 0.40 325.1 0.99 0.3
Hex 9A 1 5A 0 63 2A 28 145 63 1E
Octal 232 1 132 0 143 52 50 505 143 36
Binary 10011010 1 1011010 0 1100011 101010 101000 101000101 1100011 11110

Color Harmonies of #9A015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A015A

Black with #9A015A

Text Example


Text Example

White with #9A015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,90); }

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

background-color css

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

 a { background-color: rgb(154,1,90); }

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

border-color css

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

 span { border-color: rgb(154,1,90); }

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