#9B308D

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

Shades of Dark Purple #9B308D

Tints of Dark Purple #9B308D

Color information

#9B308D (or 0x9B308D) is unknown color: approx Dark Purple. HEX triplet: 9B, 30 and 8D. RGB value is (155,48,141). Sum of RGB (Red+Green+Blue) = 155+48+141=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B308D is #64CF72. Grayscale: #5A5A5A. Windows color (decimal): -6606707 or 9253019. OLE color: 9253019.

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

Color convert

RGB15548141-
CMYK00.690.090.39
HSL307.85º52.71%39.8%-
HSV(B)307.85º69.03%60.78%-
XYZ19.3811.0126.3-
YUV90.6156.45173.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=45.06%
G=13.95%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554814100.690.090.39307.8552.7139.8
Hex9B308D0459271343528
Octal23360215010511474646550
Binary1001101111000010001101010001011001100111100110100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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