Html Css Color HEX #9C0073 Eggplant

📋 copy color: '#9C0073'

red 156 ◦ green 0 ◦ blue 115

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

Shades of Eggplant #9C0073

Tints of Eggplant #9C0073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 57.56%
G = 0%
B = 42.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C0073 (or 0x9C0073) is known color: Eggplant. HEX triplet: 9C, 00 and 73. RGB value is (156,0,115). Sum of RGB (Red+Green+Blue) = 156+0+115=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0073 is #63FF8C. Grayscale: #3B3B3B. Windows color (decimal): -6553485 or 7536796. OLE color: 7536796.

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

Color convert

RGB 156 0 115 -
CMYK 0 1 0.26 0.39
HSL 315.77º 1% 0.31% -
HSV(B) 315.77º 1% 0.61% -
XYZ 16.8 8.31 16.94 -
YUV 59.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 156 0 115 0 1 0.26 0.39 315.77 1 0.31
Hex 9C 0 73 0 64 1A 27 13C 64 1F
Octal 234 0 163 0 144 32 47 474 144 37
Binary 10011100 0 1110011 0 1100100 11010 100111 100111100 1100100 11111

Color Harmonies of #9C0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0073

Black with #9C0073

Text Example


Text Example

White with #9C0073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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