#9501B7

Color #9501B7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9501B7

Tints of Dark Violet #9501B7

Color information

#9501B7 (or 0x9501B7) is unknown color: approx Dark Violet. HEX triplet: 95, 01 and B7. RGB value is (149,1,183). Sum of RGB (Red+Green+Blue) = 149+1+183=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #9501B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501B7 is #6AFE48. Grayscale: #414141. Windows color (decimal): -7011913 or 11993493. OLE color: 11993493.

HSL color Cylindrical-coordinate representation of color #9501B7: hue angle of 288.79º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501B7 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1491183-
CMYK0.190.9900.28
HSL288.79º98.91%36.08%-
HSV(B)288.79º99.45%71.76%-
XYZ20.959.8345.59-
YUV66194.03187.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 183 (71.88% from 255) = 54.95%
R=44.74%
G=0.30%
B=54.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14911830.190.9900.28288.7998.9136.08
Hex951B7136301C1216324
Octal22512672314303444114344
Binary100101011101101111001111000110111001001000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9501B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9501B7; }

 p { color: rgb(149,1,183); }

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

<style>
 a { background-color: #9501B7; }

 a { background-color: rgb(149,1,183); }

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

<style>
 span { border-color: #9501B7; }

 span { border-color: rgb(149,1,183); }

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