#9B3478

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

Shades of Dark Purple #9B3478

Tints of Dark Purple #9B3478

Color information

#9B3478 (or 0x9B3478) is unknown color: approx Dark Purple. HEX triplet: 9B, 34 and 78. RGB value is (155,52,120). Sum of RGB (Red+Green+Blue) = 155+52+120=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3478 is #64CB87. Grayscale: #5A5A5A. Windows color (decimal): -6605704 or 7877787. OLE color: 7877787.

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

Color convert

RGB15552120-
CMYK00.660.230.39
HSL320.39º49.76%40.59%-
HSV(B)320.39º66.45%60.78%-
XYZ18.1410.7818.89-
YUV90.55144.62173.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=47.40%
G=15.90%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555212000.660.230.39320.3949.7640.59
Hex9B347804217271403229
Octal23364170010227475006251
Binary1001101111010011110000100001010111100111101000000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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