Html Css Color HEX #9C005F Eggplant

📋 copy color: '#9C005F'

red 156 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #9C005F

Tints of Eggplant #9C005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.85%

R = 62.15%
G = 0%
B = 37.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C005F (or 0x9C005F) is known color: Eggplant. HEX triplet: 9C, 00 and 5F. RGB value is (156,0,95). Sum of RGB (Red+Green+Blue) = 156+0+95=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C005F is #63FFA0. Grayscale: #393939. Windows color (decimal): -6553505 or 6226076. OLE color: 6226076.

HSL color Cylindrical-coordinate representation of color #9C005F: hue angle of 323.46º 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 #9C005F is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 0 95 -
CMYK 0 1 0.39 0.39
HSL 323.46º 1% 0.31% -
HSV(B) 323.46º 1% 0.61% -
XYZ 15.78 7.89 11.52 -
YUV 57.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 156 0 95 0 1 0.39 0.39 323.46 1 0.31
Hex 9C 0 5F 0 64 27 27 143 64 1F
Octal 234 0 137 0 144 47 47 503 144 37
Binary 10011100 0 1011111 0 1100100 100111 100111 101000011 1100100 11111

Color Harmonies of #9C005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C005F

Black with #9C005F

Text Example


Text Example

White with #9C005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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