Html Css Color HEX #9C005A Eggplant

📋 copy color: '#9C005A'

red 156 ◦ green 0 ◦ blue 90

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

Shades of Eggplant #9C005A

Tints of Eggplant #9C005A

RGB

 RED value IS 156 (61.33% from 255) = 63.41%

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

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 63.41%
G = 0%
B = 36.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C005A (or 0x9C005A) is known color: Eggplant. HEX triplet: 9C, 00 and 5A. RGB value is (156,0,90). Sum of RGB (Red+Green+Blue) = 156+0+90=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C005A is #63FFA5. Grayscale: #383838. Windows color (decimal): -6553510 or 5898396. OLE color: 5898396.

HSL color Cylindrical-coordinate representation of color #9C005A: hue angle of 325.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C005A is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 0 90 -
CMYK 0 1 0.42 0.39
HSL 325.38º 1% 0.31% -
HSV(B) 325.38º 1% 0.61% -
XYZ 15.56 7.81 10.36 -
YUV 56.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 156 0 90 0 1 0.42 0.39 325.38 1 0.31
Hex 9C 0 5A 0 64 2A 27 145 64 1F
Octal 234 0 132 0 144 52 47 505 144 37
Binary 10011100 0 1011010 0 1100100 101010 100111 101000101 1100100 11111

Color Harmonies of #9C005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C005A

Black with #9C005A

Text Example


Text Example

White with #9C005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,0,90); }

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

background-color css

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

 a { background-color: rgb(156,0,90); }

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

border-color css

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

 span { border-color: rgb(156,0,90); }

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