Html Css Color HEX #9A015D Eggplant

📋 copy color: '#9A015D'

red 154 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #9A015D

Tints of Eggplant #9A015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.5%

R = 62.1%
G = 0.4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A015D (or 0x9A015D) is known color: Eggplant. HEX triplet: 9A, 01 and 5D. RGB value is (154,1,93). Sum of RGB (Red+Green+Blue) = 154+1+93=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A015D is #65FEA2. Grayscale: #393939. Windows color (decimal): -6684323 or 6095258. OLE color: 6095258.

HSL color Cylindrical-coordinate representation of color #9A015D: hue angle of 323.92º 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 #9A015D is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 93 -
CMYK 0 0.99 0.40 0.40
HSL 323.92º 0.99% 0.3% -
HSV(B) 323.92º 0.99% 0.6% -
XYZ 15.31 7.68 11.03 -
YUV 57.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 154 1 93 0 0.99 0.40 0.40 323.92 0.99 0.3
Hex 9A 1 5D 0 63 28 28 144 63 1E
Octal 232 1 135 0 143 50 50 504 143 36
Binary 10011010 1 1011101 0 1100011 101000 101000 101000100 1100011 11110

Color Harmonies of #9A015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A015D

Black with #9A015D

Text Example


Text Example

White with #9A015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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