#9A3A87

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

Shades of Dark Purple #9A3A87

Tints of Dark Purple #9A3A87

Color information

#9A3A87 (or 0x9A3A87) is unknown color: approx Dark Purple. HEX triplet: 9A, 3A and 87. RGB value is (154,58,135). Sum of RGB (Red+Green+Blue) = 154+58+135=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3A87 is #65C578. Grayscale: #5F5F5F. Windows color (decimal): -6669689 or 8862362. OLE color: 8862362.

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

Color convert

RGB15458135-
CMYK00.620.120.40
HSL311.88º45.28%41.57%-
HSV(B)311.88º62.34%60.39%-
XYZ19.2111.6524.16-
YUV95.48150.3169.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=44.38%
G=16.71%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545813500.620.120.40311.8845.2841.57
Hex9A3A8703EC281382d2a
Octal2327220707614504705552
Binary100110101110101000011101111101100101000100111000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,58,135); }

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

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

 a { background-color: rgb(154,58,135); }

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

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

 span { border-color: rgb(154,58,135); }

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