#9C308D

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

Shades of Dark Purple #9C308D

Tints of Dark Purple #9C308D

Color information

#9C308D (or 0x9C308D) is unknown color: approx Dark Purple. HEX triplet: 9C, 30 and 8D. RGB value is (156,48,141). Sum of RGB (Red+Green+Blue) = 156+48+141=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C308D is #63CF72. Grayscale: #5A5A5A. Windows color (decimal): -6541171 or 9253020. OLE color: 9253020.

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

Color convert

RGB15648141-
CMYK00.690.100.39
HSL308.33º52.94%40%-
HSV(B)308.33º69.23%61.18%-
XYZ19.5711.126.31-
YUV90.89156.28174.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 48 (19.14% from 255) = 13.91%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=45.22%
G=13.91%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564814100.690.100.39308.3352.9440
Hex9C308D045A271343528
Octal23460215010512474646550
Binary1001110011000010001101010001011010100111100110100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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