Html Css Color HEX #9A005D Eggplant

📋 copy color: '#9A005D'

red 154 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #9A005D

Tints of Eggplant #9A005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.35%
G = 0%
B = 37.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A005D (or 0x9A005D) is known color: Eggplant. HEX triplet: 9A, 00 and 5D. RGB value is (154,0,93). Sum of RGB (Red+Green+Blue) = 154+0+93=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A005D is #65FFA2. Grayscale: #383838. Windows color (decimal): -6684579 or 6095002. OLE color: 6095002.

HSL color Cylindrical-coordinate representation of color #9A005D: hue angle of 323.77º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A005D is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 0 93 -
CMYK 0 1 0.40 0.40
HSL 323.77º 1% 0.3% -
HSV(B) 323.77º 1% 0.6% -
XYZ 15.3 7.66 11.03 -
YUV 56.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 154 0 93 0 1 0.40 0.40 323.77 1 0.3
Hex 9A 0 5D 0 64 28 28 144 64 1E
Octal 232 0 135 0 144 50 50 504 144 36
Binary 10011010 0 1011101 0 1100100 101000 101000 101000100 1100100 11110

Color Harmonies of #9A005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A005D

Black with #9A005D

Text Example


Text Example

White with #9A005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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