#9B308C

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

Shades of Dark Purple #9B308C

Tints of Dark Purple #9B308C

Color information

#9B308C (or 0x9B308C) is unknown color: approx Dark Purple. HEX triplet: 9B, 30 and 8C. RGB value is (155,48,140). Sum of RGB (Red+Green+Blue) = 155+48+140=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B308C is #64CF73. Grayscale: #5A5A5A. Windows color (decimal): -6606708 or 9187483. OLE color: 9187483.

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

Color convert

RGB15548140-
CMYK00.690.100.39
HSL308.41º52.71%39.8%-
HSV(B)308.41º69.03%60.78%-
XYZ19.3110.9825.91-
YUV90.48155.95174.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=45.19%
G=13.99%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554814000.690.100.39308.4152.7139.8
Hex9B308C045A271343528
Octal23360214010512474646550
Binary1001101111000010001100010001011010100111100110100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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