#9513B3

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

Shades of Dark Violet #9513B3

Tints of Dark Violet #9513B3

Color information

#9513B3 (or 0x9513B3) is unknown color: approx Dark Violet. HEX triplet: 95, 13 and B3. RGB value is (149,19,179). Sum of RGB (Red+Green+Blue) = 149+19+179=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #9513B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9513B3 is #6AEC4C. Grayscale: #4B4B4B. Windows color (decimal): -7007309 or 11735957. OLE color: 11735957.

HSL color Cylindrical-coordinate representation of color #9513B3: hue angle of 288.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9513B3 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14919179-
CMYK0.170.8900.30
HSL288.75º80.81%38.82%-
HSV(B)288.75º89.39%70.2%-
XYZ20.7610.1143.5-
YUV76.11186.07179.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 19 (7.81% from 255) = 5.48%
BLUE value IS 179 (70.31% from 255) = 51.59%
R=42.94%
G=5.48%
B=51.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149191790.170.8900.30288.7580.8138.82
Hex9513B3115901E1215127
Octal225232632113103644112147
Binary1001010110011101100111000110110010111101001000011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9513B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9513B3; }

 p { color: rgb(149,19,179); }

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

<style>
 a { background-color: #9513B3; }

 a { background-color: rgb(149,19,179); }

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

<style>
 span { border-color: #9513B3; }

 span { border-color: rgb(149,19,179); }

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