Html Css Color HEX #9C0075 Eggplant

📋 copy color: '#9C0075'

red 156 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #9C0075

Tints of Eggplant #9C0075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C0075 (or 0x9C0075) is known color: Eggplant. HEX triplet: 9C, 00 and 75. RGB value is (156,0,117). Sum of RGB (Red+Green+Blue) = 156+0+117=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0075 is #63FF8A. Grayscale: #3B3B3B. Windows color (decimal): -6553483 or 7667868. OLE color: 7667868.

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

Color convert

RGB 156 0 117 -
CMYK 0 1 0.25 0.39
HSL 315º 1% 0.31% -
HSV(B) 315º 1% 0.61% -
XYZ 16.92 8.35 17.55 -
YUV 59.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 156 0 117 0 1 0.25 0.39 315 1 0.31
Hex 9C 0 75 0 64 19 27 13B 64 1F
Octal 234 0 165 0 144 31 47 473 144 37
Binary 10011100 0 1110101 0 1100100 11001 100111 100111011 1100100 11111

Color Harmonies of #9C0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0075

Black with #9C0075

Text Example


Text Example

White with #9C0075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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