#9E308A

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

Shades of Dark Purple #9E308A

Tints of Dark Purple #9E308A

Color information

#9E308A (or 0x9E308A) is unknown color: approx Dark Purple. HEX triplet: 9E, 30 and 8A. RGB value is (158,48,138). Sum of RGB (Red+Green+Blue) = 158+48+138=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E308A is #61CF75. Grayscale: #5A5A5A. Windows color (decimal): -6410102 or 9056414. OLE color: 9056414.

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

Color convert

RGB15848138-
CMYK00.700.130.38
HSL310.91º53.4%40.39%-
HSV(B)310.91º69.62%61.96%-
XYZ19.7411.2225.17-
YUV91.15154.44175.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.93%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=45.93%
G=13.95%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584813800.700.130.38310.9153.440.39
Hex9E308A046D261373528
Octal23660212010615464676550
Binary1001111011000010001010010001101101100110100110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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