#9B1485

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

Shades of Dark Purple #9B1485

Tints of Dark Purple #9B1485

Color information

#9B1485 (or 0x9B1485) is unknown color: approx Dark Purple. HEX triplet: 9B, 14 and 85. RGB value is (155,20,133). Sum of RGB (Red+Green+Blue) = 155+20+133=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1485 is #64EB7A. Grayscale: #484848. Windows color (decimal): -6613883 or 8721563. OLE color: 8721563.

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

Color convert

RGB15520133-
CMYK00.870.140.39
HSL309.78º77.14%34.31%-
HSV(B)309.78º87.1%60.78%-
XYZ189.1623.01-
YUV73.25161.73186.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.32%
GREEN value IS 20 (8.20% from 255) = 6.49%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=50.32%
G=6.49%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552013300.870.140.39309.7877.1434.31
Hex9B1485057E271364d22
Octal233242050127164746611542
Binary1001101110100100001010101011111101001111001101101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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