#9B3481

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

Shades of Dark Purple #9B3481

Tints of Dark Purple #9B3481

Color information

#9B3481 (or 0x9B3481) is unknown color: approx Dark Purple. HEX triplet: 9B, 34 and 81. RGB value is (155,52,129). Sum of RGB (Red+Green+Blue) = 155+52+129=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3481 is #64CB7E. Grayscale: #5B5B5B. Windows color (decimal): -6605695 or 8467611. OLE color: 8467611.

HSL color Cylindrical-coordinate representation of color #9B3481: hue angle of 315.15º 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 #9B3481 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB15552129-
CMYK00.660.170.39
HSL315.15º49.76%40.59%-
HSV(B)315.15º66.45%60.78%-
XYZ18.7111.0121.91-
YUV91.58149.12173.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=46.13%
G=15.48%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555212900.660.170.39315.1549.7640.59
Hex9B3481042112713b3229
Octal23364201010221474736251
Binary10011011110100100000010100001010001100111100111011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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