Html Css Color HEX #9A017D Eggplant

📋 copy color: '#9A017D'

red 154 ◦ green 1 ◦ blue 125

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

Shades of Eggplant #9A017D

Tints of Eggplant #9A017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.64%

R = 55%
G = 0.36%
B = 44.64%

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

#9A017D (or 0x9A017D) is known color: Eggplant. HEX triplet: 9A, 01 and 7D. RGB value is (154,1,125). Sum of RGB (Red+Green+Blue) = 154+1+125=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A017D is #65FE82. Grayscale: #3C3C3C. Windows color (decimal): -6684291 or 8192410. OLE color: 8192410.

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

Color convert

RGB 154 1 125 -
CMYK 0 0.99 0.19 0.40
HSL 311.37º 0.99% 0.3% -
HSV(B) 311.37º 0.99% 0.6% -
XYZ 17.04 8.37 20.12 -
YUV 60.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 154 1 125 0 0.99 0.19 0.40 311.37 0.99 0.3
Hex 9A 1 7D 0 63 13 28 137 63 1E
Octal 232 1 175 0 143 23 50 467 143 36
Binary 10011010 1 1111101 0 1100011 10011 101000 100110111 1100011 11110

Color Harmonies of #9A017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A017D

Black with #9A017D

Text Example


Text Example

White with #9A017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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