#9C2E92

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

Shades of Dark Purple #9C2E92

Tints of Dark Purple #9C2E92

Color information

#9C2E92 (or 0x9C2E92) is unknown color: approx Dark Purple. HEX triplet: 9C, 2E and 92. RGB value is (156,46,146). Sum of RGB (Red+Green+Blue) = 156+46+146=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2E92 is #63D16D. Grayscale: #5A5A5A. Windows color (decimal): -6541678 or 9580188. OLE color: 9580188.

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

Color convert

RGB15646146-
CMYK00.710.060.39
HSL305.45º54.46%39.61%-
HSV(B)305.45º70.51%61.18%-
XYZ19.8811.128.29-
YUV90.29159.44174.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 46 (18.36% from 255) = 13.22%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=44.83%
G=13.22%
B=41.95%

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
Decimal1564614600.710.060.39305.4554.4639.61
Hex9C2E920476271313628
Octal2345622201076474616650
Binary100111001011101001001001000111110100111100110001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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