#9D2E92

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

Shades of Dark Purple #9D2E92

Tints of Dark Purple #9D2E92

Color information

#9D2E92 (or 0x9D2E92) is unknown color: approx Dark Purple. HEX triplet: 9D, 2E and 92. RGB value is (157,46,146). Sum of RGB (Red+Green+Blue) = 157+46+146=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2E92 is #62D16D. Grayscale: #5A5A5A. Windows color (decimal): -6476142 or 9580189. OLE color: 9580189.

HSL color Cylindrical-coordinate representation of color #9D2E92: hue angle of 305.95º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D2E92 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15746146-
CMYK00.710.070.38
HSL305.95º54.68%39.8%-
HSV(B)305.95º70.7%61.57%-
XYZ20.0711.228.3-
YUV90.59159.27175.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 46 (18.36% from 255) = 13.18%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=44.99%
G=13.18%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574614600.710.070.38305.9554.6839.8
Hex9D2E920477261323728
Octal2355622201077464626750
Binary100111011011101001001001000111111100110100110010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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