#9B147B

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

Shades of Dark Purple #9B147B

Tints of Dark Purple #9B147B

Color information

#9B147B (or 0x9B147B) is unknown color: approx Dark Purple. HEX triplet: 9B, 14 and 7B. RGB value is (155,20,123). Sum of RGB (Red+Green+Blue) = 155+20+123=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B147B is #64EB84. Grayscale: #474747. Windows color (decimal): -6613893 or 8066203. OLE color: 8066203.

HSL color Cylindrical-coordinate representation of color #9B147B: hue angle of 314.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B147B is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB15520123-
CMYK00.870.210.39
HSL314.22º77.14%34.31%-
HSV(B)314.22º87.1%60.78%-
XYZ17.348.919.54-
YUV72.11156.73187.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.01%
GREEN value IS 20 (8.20% from 255) = 6.71%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=52.01%
G=6.71%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552012300.870.210.39314.2277.1434.31
Hex9B147B057152713a4d22
Octal233241730127254747211542
Binary1001101110100111101101010111101011001111001110101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,20,123); }

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

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

 a { background-color: rgb(155,20,123); }

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

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

 span { border-color: rgb(155,20,123); }

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