#9b1f95

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

Shades of Dark Purple #9B1F95

Tints of Dark Purple #9B1F95

Color information

#9B1F95 (or 0x9B1F95) is unknown color: approx Dark Purple. HEX triplet: 9B, 1F and 95. RGB value is (155,31,149). Sum of RGB (Red+Green+Blue) = 155+31+149=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1F95 is #64E06A. Grayscale: #515151. Windows color (decimal): -6611051 or 9772955. OLE color: 9772955.

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

Color convert

RGB15531149-
CMYK00.80.040.39
HSL302.9º66.67%36.47%-
HSV(B)302.9º80%60.78%-
XYZ19.4310.1229.36-
YUV81.53166.08180.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=46.27%
G=9.25%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553114900.80.040.39302.966.6736.47
Hex9B1F9505042712f4324
Octal23337225012044745710344
Binary100110111111110010101010100001001001111001011111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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