#9E308D

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

Shades of Dark Purple #9E308D

Tints of Dark Purple #9E308D

Color information

#9E308D (or 0x9E308D) is unknown color: approx Dark Purple. HEX triplet: 9E, 30 and 8D. RGB value is (158,48,141). Sum of RGB (Red+Green+Blue) = 158+48+141=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E308D is #61CF72. Grayscale: #5B5B5B. Windows color (decimal): -6410099 or 9253022. OLE color: 9253022.

HSL color Cylindrical-coordinate representation of color #9E308D: hue angle of 309.27º 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 #9E308D is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15848141-
CMYK00.700.110.38
HSL309.27º53.4%40.39%-
HSV(B)309.27º69.62%61.96%-
XYZ19.9711.3126.33-
YUV91.49155.94175.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.53%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=45.53%
G=13.83%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584814100.700.110.38309.2753.440.39
Hex9E308D046B261353528
Octal23660215010613464656550
Binary1001111011000010001101010001101011100110100110101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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