#9B1F86

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

Shades of Dark Purple #9B1F86

Tints of Dark Purple #9B1F86

Color information

#9B1F86 (or 0x9B1F86) is unknown color: approx Dark Purple. HEX triplet: 9B, 1F and 86. RGB value is (155,31,134). Sum of RGB (Red+Green+Blue) = 155+31+134=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1F86 is #64E079. Grayscale: #4F4F4F. Windows color (decimal): -6611066 or 8789915. OLE color: 8789915.

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

Color convert

RGB15531134-
CMYK00.80.140.39
HSL310.16º66.67%36.47%-
HSV(B)310.16º80%60.78%-
XYZ18.319.6723.46-
YUV79.82158.58181.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 31 (12.5% from 255) = 9.69%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=48.44%
G=9.69%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553113400.80.140.39310.1666.6736.47
Hex9B1F86050E271364324
Octal233372060120164746610344
Binary1001101111111100001100101000011101001111001101101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,31,134); }

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

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

 a { background-color: rgb(155,31,134); }

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

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

 span { border-color: rgb(155,31,134); }

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