#9E1284

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

Shades of Dark Purple #9E1284

Tints of Dark Purple #9E1284

Color information

#9E1284 (or 0x9E1284) is unknown color: approx Dark Purple. HEX triplet: 9E, 12 and 84. RGB value is (158,18,132). Sum of RGB (Red+Green+Blue) = 158+18+132=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1284 is #61ED7B. Grayscale: #484848. Windows color (decimal): -6417788 or 8655518. OLE color: 8655518.

HSL color Cylindrical-coordinate representation of color #9E1284: hue angle of 311.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1284 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15818132-
CMYK00.890.160.38
HSL311.14º79.55%34.51%-
HSV(B)311.14º88.61%61.96%-
XYZ18.489.3722.66-
YUV72.86161.38188.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.30%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=51.30%
G=5.84%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581813200.890.160.38311.1479.5534.51
Hex9E128405910261375023
Octal236222040131204646712043
Binary10011110100101000010001011001100001001101001101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,18,132); }

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

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

 a { background-color: rgb(158,18,132); }

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

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

 span { border-color: rgb(158,18,132); }

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