#9C3075

Color #9C3075 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9C3075

Tints of Dark Purple #9C3075

Color information

#9C3075 (or 0x9C3075) is unknown color: approx Dark Purple. HEX triplet: 9C, 30 and 75. RGB value is (156,48,117). Sum of RGB (Red+Green+Blue) = 156+48+117=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3075 is #63CF8A. Grayscale: #575757. Windows color (decimal): -6541195 or 7680156. OLE color: 7680156.

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

Color convert

RGB15648117-
CMYK00.690.250.39
HSL321.67º52.94%40%-
HSV(B)321.67º69.23%61.18%-
XYZ17.9810.4717.9-
YUV88.16144.28176.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=48.60%
G=14.95%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564811700.690.250.39321.6752.9440
Hex9C307504519271423528
Octal23460165010531475026550
Binary1001110011000011101010100010111001100111101000010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C3075;
 }
 .AnyTagClassName
 {
   color: #9C3075;
 }
</style>
background-color css

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

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

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

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

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

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