Html Css Color HEX #9C0D73 Eggplant

📋 copy color: '#9C0D73'

red 156 ◦ green 13 ◦ blue 115

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

Shades of Eggplant #9C0D73

Tints of Eggplant #9C0D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

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

R = 54.93%
G = 4.58%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C0D73 (or 0x9C0D73) is known color: Eggplant. HEX triplet: 9C, 0D and 73. RGB value is (156,13,115). Sum of RGB (Red+Green+Blue) = 156+13+115=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D73 is #63F28C. Grayscale: #434343. Windows color (decimal): -6550157 or 7540124. OLE color: 7540124.

HSL color Cylindrical-coordinate representation of color #9C0D73: hue angle of 317.2º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D73 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 13 115 -
CMYK 0 0.92 0.26 0.39
HSL 317.2º 0.85% 0.33% -
HSV(B) 317.2º 0.92% 0.61% -
XYZ 16.95 8.59 16.99 -
YUV 67.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 156 13 115 0 0.92 0.26 0.39 317.2 0.85 0.33
Hex 9C D 73 0 5C 1A 27 13D 55 21
Octal 234 15 163 0 134 32 47 475 125 41
Binary 10011100 1101 1110011 0 1011100 11010 100111 100111101 1010101 100001

Color Harmonies of #9C0D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0D73

Black with #9C0D73

Text Example


Text Example

White with #9C0D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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