Html Css Color HEX #9A015B Eggplant

📋 copy color: '#9A015B'

red 154 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #9A015B

Tints of Eggplant #9A015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.99%

R = 62.6%
G = 0.41%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#9A015B (or 0x9A015B) is known color: Eggplant. HEX triplet: 9A, 01 and 5B. RGB value is (154,1,91). Sum of RGB (Red+Green+Blue) = 154+1+91=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A015B is #65FEA4. Grayscale: #383838. Windows color (decimal): -6684325 or 5964186. OLE color: 5964186.

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

Color convert

RGB 154 1 91 -
CMYK 0 0.99 0.41 0.40
HSL 324.71º 0.99% 0.3% -
HSV(B) 324.71º 0.99% 0.6% -
XYZ 15.23 7.65 10.57 -
YUV 57.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 154 1 91 0 0.99 0.41 0.40 324.71 0.99 0.3
Hex 9A 1 5B 0 63 29 28 145 63 1E
Octal 232 1 133 0 143 51 50 505 143 36
Binary 10011010 1 1011011 0 1100011 101001 101000 101000101 1100011 11110

Color Harmonies of #9A015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A015B

Black with #9A015B

Text Example


Text Example

White with #9A015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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