#9B347D

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

Shades of Dark Purple #9B347D

Tints of Dark Purple #9B347D

Color information

#9B347D (or 0x9B347D) is unknown color: approx Dark Purple. HEX triplet: 9B, 34 and 7D. RGB value is (155,52,125). Sum of RGB (Red+Green+Blue) = 155+52+125=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B347D is #64CB82. Grayscale: #5A5A5A. Windows color (decimal): -6605699 or 8205467. OLE color: 8205467.

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

Color convert

RGB15552125-
CMYK00.660.190.39
HSL317.48º49.76%40.59%-
HSV(B)317.48º66.45%60.78%-
XYZ18.4510.9120.53-
YUV91.12147.12173.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=46.69%
G=15.66%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555212500.660.190.39317.4849.7640.59
Hex9B347D042132713d3229
Octal23364175010223474756251
Binary1001101111010011111010100001010011100111100111101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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