#9B307F

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

Shades of Dark Purple #9B307F

Tints of Dark Purple #9B307F

Color information

#9B307F (or 0x9B307F) is unknown color: approx Dark Purple. HEX triplet: 9B, 30 and 7F. RGB value is (155,48,127). Sum of RGB (Red+Green+Blue) = 155+48+127=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B307F is #64CF80. Grayscale: #585858. Windows color (decimal): -6606721 or 8335515. OLE color: 8335515.

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

Color convert

RGB15548127-
CMYK00.690.180.39
HSL315.7º52.71%39.8%-
HSV(B)315.7º69.03%60.78%-
XYZ18.4110.6121.16-
YUV89149.45175.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 127 (50% from 255) = 38.48%
R=46.97%
G=14.55%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554812700.690.180.39315.752.7139.8
Hex9B307F045122713c3528
Octal23360177010522474746550
Binary1001101111000011111110100010110010100111100111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,127); }

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

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

 a { background-color: rgb(155,48,127); }

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

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

 span { border-color: rgb(155,48,127); }

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