#9A3884

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

Shades of Dark Purple #9A3884

Tints of Dark Purple #9A3884

Color information

#9A3884 (or 0x9A3884) is unknown color: approx Dark Purple. HEX triplet: 9A, 38 and 84. RGB value is (154,56,132). Sum of RGB (Red+Green+Blue) = 154+56+132=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3884 is #65C77B. Grayscale: #5D5D5D. Windows color (decimal): -6670204 or 8665242. OLE color: 8665242.

HSL color Cylindrical-coordinate representation of color #9A3884: hue angle of 313.47º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A3884 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15456132-
CMYK00.640.140.40
HSL313.47º46.67%41.18%-
HSV(B)313.47º63.64%60.39%-
XYZ18.9111.3623.03-
YUV93.97149.47170.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=45.03%
G=16.37%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545613200.640.140.40313.4746.6741.18
Hex9A3884040E281392f29
Octal23270204010016504715751
Binary1001101011100010000100010000001110101000100111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,56,132); }

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

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

 a { background-color: rgb(154,56,132); }

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

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

 span { border-color: rgb(154,56,132); }

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