Html Css Color HEX #9A017C Eggplant

📋 copy color: '#9A017C'

red 154 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #9A017C

Tints of Eggplant #9A017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 55.2%
G = 0.36%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A017C (or 0x9A017C) is known color: Eggplant. HEX triplet: 9A, 01 and 7C. RGB value is (154,1,124). Sum of RGB (Red+Green+Blue) = 154+1+124=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A017C is #65FE83. Grayscale: #3C3C3C. Windows color (decimal): -6684292 or 8126874. OLE color: 8126874.

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

Color convert

RGB 154 1 124 -
CMYK 0 0.99 0.19 0.40
HSL 311.76º 0.99% 0.3% -
HSV(B) 311.76º 0.99% 0.6% -
XYZ 16.98 8.35 19.79 -
YUV 60.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 154 1 124 0 0.99 0.19 0.40 311.76 0.99 0.3
Hex 9A 1 7C 0 63 13 28 138 63 1E
Octal 232 1 174 0 143 23 50 470 143 36
Binary 10011010 1 1111100 0 1100011 10011 101000 100111000 1100011 11110

Color Harmonies of #9A017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A017C

Black with #9A017C

Text Example


Text Example

White with #9A017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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