#9E1A8B

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

Shades of Dark Purple #9E1A8B

Tints of Dark Purple #9E1A8B

Color information

#9E1A8B (or 0x9E1A8B) is unknown color: approx Dark Purple. HEX triplet: 9E, 1A and 8B. RGB value is (158,26,139). Sum of RGB (Red+Green+Blue) = 158+26+139=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1A8B is #61E574. Grayscale: #4E4E4E. Windows color (decimal): -6415733 or 9116318. OLE color: 9116318.

HSL color Cylindrical-coordinate representation of color #9E1A8B: hue angle of 308.64º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1A8B is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15826139-
CMYK00.840.120.38
HSL308.64º71.74%36.08%-
HSV(B)308.64º83.54%61.96%-
XYZ19.139.8725.32-
YUV78.35162.23184.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 26 (10.55% from 255) = 8.05%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=48.92%
G=8.05%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582613900.840.120.38308.6471.7436.08
Hex9E1A8B054C261354824
Octal236322130124144646511044
Binary1001111011010100010110101010011001001101001101011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,26,139); }

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

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

 a { background-color: rgb(158,26,139); }

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

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

 span { border-color: rgb(158,26,139); }

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