#9B3382

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

Shades of Dark Purple #9B3382

Tints of Dark Purple #9B3382

Color information

#9B3382 (or 0x9B3382) is unknown color: approx Dark Purple. HEX triplet: 9B, 33 and 82. RGB value is (155,51,130). Sum of RGB (Red+Green+Blue) = 155+51+130=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3382 is #64CC7D. Grayscale: #5A5A5A. Windows color (decimal): -6605950 or 8532891. OLE color: 8532891.

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

Color convert

RGB15551130-
CMYK00.670.160.39
HSL314.42º50.49%40.39%-
HSV(B)314.42º67.1%60.78%-
XYZ18.7310.9522.25-
YUV91.1149.96173.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=46.13%
G=15.18%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555113000.670.160.39314.4250.4940.39
Hex9B3382043102713a3228
Octal23363202010320474726250
Binary10011011110011100000100100001110000100111100111010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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