#9B3482

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

Shades of Dark Purple #9B3482

Tints of Dark Purple #9B3482

Color information

#9B3482 (or 0x9B3482) is unknown color: approx Dark Purple. HEX triplet: 9B, 34 and 82. RGB value is (155,52,130). Sum of RGB (Red+Green+Blue) = 155+52+130=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3482 is #64CB7D. Grayscale: #5B5B5B. Windows color (decimal): -6605694 or 8533147. OLE color: 8533147.

HSL color Cylindrical-coordinate representation of color #9B3482: hue angle of 314.56º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3482 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB15552130-
CMYK00.660.160.39
HSL314.56º49.76%40.59%-
HSV(B)314.56º66.45%60.78%-
XYZ18.7711.0422.26-
YUV91.69149.62173.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=45.99%
G=15.43%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555213000.660.160.39314.5649.7640.59
Hex9B3482042102713b3229
Octal23364202010220474736251
Binary10011011110100100000100100001010000100111100111011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,52,130); }

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

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

 a { background-color: rgb(155,52,130); }

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

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

 span { border-color: rgb(155,52,130); }

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