#9E1C8A

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

Shades of Dark Purple #9E1C8A

Tints of Dark Purple #9E1C8A

Color information

#9E1C8A (or 0x9E1C8A) is unknown color: approx Dark Purple. HEX triplet: 9E, 1C and 8A. RGB value is (158,28,138). Sum of RGB (Red+Green+Blue) = 158+28+138=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1C8A is #61E375. Grayscale: #4F4F4F. Windows color (decimal): -6415222 or 9051294. OLE color: 9051294.

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

Color convert

RGB15828138-
CMYK00.820.130.38
HSL309.23º69.89%36.47%-
HSV(B)309.23º82.28%61.96%-
XYZ19.19.9324.96-
YUV79.41161.07184.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=48.77%
G=8.64%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582813800.820.130.38309.2369.8936.47
Hex9E1C8A052D261354624
Octal236342120122154646510644
Binary1001111011100100010100101001011011001101001101011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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