#9C208B

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

Shades of Dark Purple #9C208B

Tints of Dark Purple #9C208B

Color information

#9C208B (or 0x9C208B) is unknown color: approx Dark Purple. HEX triplet: 9C, 20 and 8B. RGB value is (156,32,139). Sum of RGB (Red+Green+Blue) = 156+32+139=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C208B is #63DF74. Grayscale: #505050. Windows color (decimal): -6545269 or 9117852. OLE color: 9117852.

HSL color Cylindrical-coordinate representation of color #9C208B: hue angle of 308.23º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C208B is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15632139-
CMYK00.790.110.39
HSL308.23º65.96%36.86%-
HSV(B)308.23º79.49%61.18%-
XYZ18.899.9725.35-
YUV81.27160.58181.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=47.71%
G=9.79%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563213900.790.110.39308.2365.9636.86
Hex9C208B04FB271344225
Octal234402130117134746410245
Binary10011100100000100010110100111110111001111001101001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,32,139); }

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

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

 a { background-color: rgb(156,32,139); }

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

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

 span { border-color: rgb(156,32,139); }

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