#9C2D92

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

Shades of Dark Purple #9C2D92

Tints of Dark Purple #9C2D92

Color information

#9C2D92 (or 0x9C2D92) is unknown color: approx Dark Purple. HEX triplet: 9C, 2D and 92. RGB value is (156,45,146). Sum of RGB (Red+Green+Blue) = 156+45+146=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2D92 is #63D26D. Grayscale: #595959. Windows color (decimal): -6541934 or 9579932. OLE color: 9579932.

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

Color convert

RGB15645146-
CMYK00.710.060.39
HSL305.41º55.22%39.41%-
HSV(B)305.41º71.15%61.18%-
XYZ19.8411.0228.28-
YUV89.7159.77175.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.96%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=44.96%
G=12.97%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564514600.710.060.39305.4155.2239.41
Hex9C2D920476271313727
Octal2345522201076474616747
Binary100111001011011001001001000111110100111100110001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,45,146); }

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

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

 a { background-color: rgb(156,45,146); }

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

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

 span { border-color: rgb(156,45,146); }

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