#9C338A

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

Shades of Dark Purple #9C338A

Tints of Dark Purple #9C338A

Color information

#9C338A (or 0x9C338A) is unknown color: approx Dark Purple. HEX triplet: 9C, 33 and 8A. RGB value is (156,51,138). Sum of RGB (Red+Green+Blue) = 156+51+138=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C338A is #63CC75. Grayscale: #5C5C5C. Windows color (decimal): -6540406 or 9057180. OLE color: 9057180.

HSL color Cylindrical-coordinate representation of color #9C338A: hue angle of 310.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C338A is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB15651138-
CMYK00.670.120.39
HSL310.29º50.72%40.59%-
HSV(B)310.29º67.31%61.18%-
XYZ19.4811.2725.19-
YUV92.31153.79173.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 138 (54.30% from 255) = 40%
R=45.22%
G=14.78%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565113800.670.120.39310.2950.7240.59
Hex9C338A043C271363329
Octal23463212010314474666351
Binary1001110011001110001010010000111100100111100110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,138); }

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

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

 a { background-color: rgb(156,51,138); }

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

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

 span { border-color: rgb(156,51,138); }

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