#9A3483

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

Shades of Dark Purple #9A3483

Tints of Dark Purple #9A3483

Color information

#9A3483 (or 0x9A3483) is unknown color: approx Dark Purple. HEX triplet: 9A, 34 and 83. RGB value is (154,52,131). Sum of RGB (Red+Green+Blue) = 154+52+131=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3483 is #65CB7C. Grayscale: #5B5B5B. Windows color (decimal): -6671229 or 8598682. OLE color: 8598682.

HSL color Cylindrical-coordinate representation of color #9A3483: hue angle of 313.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3483 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB15452131-
CMYK00.660.150.40
HSL313.53º49.51%40.39%-
HSV(B)313.53º66.23%60.39%-
XYZ18.6510.9622.61-
YUV91.5150.29172.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=45.70%
G=15.43%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545213100.660.150.40313.5349.5140.39
Hex9A3483042F2813a3228
Octal23264203010217504726250
Binary1001101011010010000011010000101111101000100111010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,52,131); }

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

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

 a { background-color: rgb(154,52,131); }

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

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

 span { border-color: rgb(154,52,131); }

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