#9E3092

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

Shades of Dark Purple #9E3092

Tints of Dark Purple #9E3092

Color information

#9E3092 (or 0x9E3092) is unknown color: approx Dark Purple. HEX triplet: 9E, 30 and 92. RGB value is (158,48,146). Sum of RGB (Red+Green+Blue) = 158+48+146=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3092 is #61CF6D. Grayscale: #5B5B5B. Windows color (decimal): -6410094 or 9580702. OLE color: 9580702.

HSL color Cylindrical-coordinate representation of color #9E3092: hue angle of 306.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3092 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15848146-
CMYK00.700.080.38
HSL306.55º53.4%40.39%-
HSV(B)306.55º69.62%61.96%-
XYZ20.3511.4628.33-
YUV92.06158.44175.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.89%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=44.89%
G=13.64%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584814600.700.080.38306.5553.440.39
Hex9E30920468261333528
Octal23660222010610464636550
Binary1001111011000010010010010001101000100110100110011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,146); }

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

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

 a { background-color: rgb(158,48,146); }

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

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

 span { border-color: rgb(158,48,146); }

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