Html Css Color HEX #9C0175 Eggplant

📋 copy color: '#9C0175'

red 156 ◦ green 1 ◦ blue 117

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

Shades of Eggplant #9C0175

Tints of Eggplant #9C0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 56.93%
G = 0.36%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C0175 (or 0x9C0175) is known color: Eggplant. HEX triplet: 9C, 01 and 75. RGB value is (156,1,117). Sum of RGB (Red+Green+Blue) = 156+1+117=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0175 is #63FE8A. Grayscale: #3C3C3C. Windows color (decimal): -6553227 or 7668124. OLE color: 7668124.

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

Color convert

RGB 156 1 117 -
CMYK 0 0.99 0.25 0.39
HSL 315.1º 0.99% 0.31% -
HSV(B) 315.1º 0.99% 0.61% -
XYZ 16.93 8.37 17.55 -
YUV 60.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 156 1 117 0 0.99 0.25 0.39 315.1 0.99 0.31
Hex 9C 1 75 0 63 19 27 13B 63 1F
Octal 234 1 165 0 143 31 47 473 143 37
Binary 10011100 1 1110101 0 1100011 11001 100111 100111011 1100011 11111

Color Harmonies of #9C0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0175

Black with #9C0175

Text Example


Text Example

White with #9C0175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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