#9A3082

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

Shades of Dark Purple #9A3082

Tints of Dark Purple #9A3082

Color information

#9A3082 (or 0x9A3082) is unknown color: approx Dark Purple. HEX triplet: 9A, 30 and 82. RGB value is (154,48,130). Sum of RGB (Red+Green+Blue) = 154+48+130=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3082 is #65CF7D. Grayscale: #585858. Windows color (decimal): -6672254 or 8532122. OLE color: 8532122.

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

Color convert

RGB15448130-
CMYK00.690.160.40
HSL313.58º52.48%39.61%-
HSV(B)313.58º68.83%60.39%-
XYZ18.4110.622.19-
YUV89.04151.12174.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.39%
GREEN value IS 48 (19.14% from 255) = 14.46%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=46.39%
G=14.46%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1544813000.690.160.40313.5852.4839.61
Hex9A3082045102813a3428
Octal23260202010520504726450
Binary10011010110000100000100100010110000101000100111010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,48,130); }

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

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

 a { background-color: rgb(154,48,130); }

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

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

 span { border-color: rgb(154,48,130); }

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