#9B1E82

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

Shades of Dark Purple #9B1E82

Tints of Dark Purple #9B1E82

Color information

#9B1E82 (or 0x9B1E82) is unknown color: approx Dark Purple. HEX triplet: 9B, 1E and 82. RGB value is (155,30,130). Sum of RGB (Red+Green+Blue) = 155+30+130=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1E82 is #64E17D. Grayscale: #4E4E4E. Windows color (decimal): -6611326 or 8527515. OLE color: 8527515.

HSL color Cylindrical-coordinate representation of color #9B1E82: hue angle of 312º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E82 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB15530130-
CMYK00.810.160.39
HSL312º67.57%36.27%-
HSV(B)312º80.65%60.78%-
XYZ18.019.5122.01-
YUV78.78156.91182.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=49.21%
G=9.52%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553013000.810.160.3931267.5736.27
Hex9B1E8205110271384424
Octal233362020121204747010444
Binary10011011111101000001001010001100001001111001110001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,130); }

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

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

 a { background-color: rgb(155,30,130); }

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

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

 span { border-color: rgb(155,30,130); }

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