#9A3988

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

Shades of Dark Purple #9A3988

Tints of Dark Purple #9A3988

Color information

#9A3988 (or 0x9A3988) is unknown color: approx Dark Purple. HEX triplet: 9A, 39 and 88. RGB value is (154,57,136). Sum of RGB (Red+Green+Blue) = 154+57+136=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3988 is #65C677. Grayscale: #5E5E5E. Windows color (decimal): -6669944 or 8927642. OLE color: 8927642.

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

Color convert

RGB15457136-
CMYK00.630.120.40
HSL311.13º45.97%41.37%-
HSV(B)311.13º62.99%60.39%-
XYZ19.2311.5724.51-
YUV95.01151.14170.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=44.38%
G=16.43%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545713600.630.120.40311.1345.9741.37
Hex9A398803FC281372e29
Octal2327121007714504675651
Binary100110101110011000100001111111100101000100110111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,57,136); }

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

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

 a { background-color: rgb(154,57,136); }

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

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

 span { border-color: rgb(154,57,136); }

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