Html Css Color HEX #9A016F Eggplant

📋 copy color: '#9A016F'

red 154 ◦ green 1 ◦ blue 111

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

Shades of Eggplant #9A016F

Tints of Eggplant #9A016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 57.89%
G = 0.38%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A016F (or 0x9A016F) is known color: Eggplant. HEX triplet: 9A, 01 and 6F. RGB value is (154,1,111). Sum of RGB (Red+Green+Blue) = 154+1+111=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A016F is #65FE90. Grayscale: #3B3B3B. Windows color (decimal): -6684305 or 7274906. OLE color: 7274906.

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

Color convert

RGB 154 1 111 -
CMYK 0 0.99 0.28 0.40
HSL 316.86º 0.99% 0.3% -
HSV(B) 316.86º 0.99% 0.6% -
XYZ 16.21 8.04 15.74 -
YUV 59.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 154 1 111 0 0.99 0.28 0.40 316.86 0.99 0.3
Hex 9A 1 6F 0 63 1C 28 13D 63 1E
Octal 232 1 157 0 143 34 50 475 143 36
Binary 10011010 1 1101111 0 1100011 11100 101000 100111101 1100011 11110

Color Harmonies of #9A016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A016F

Black with #9A016F

Text Example


Text Example

White with #9A016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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