#913AD9

Color #913AD9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #913AD9

Tints of Blue Violet #913AD9

Color information

#913AD9 (or 0x913AD9) is unknown color: approx Blue Violet. HEX triplet: 91, 3A and D9. RGB value is (145,58,217). Sum of RGB (Red+Green+Blue) = 145+58+217=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #913AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913AD9 is #6EC526. Grayscale: #656565. Windows color (decimal): -7259431 or 14236305. OLE color: 14236305.

HSL color Cylindrical-coordinate representation of color #913AD9: hue angle of 272.83º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #913AD9 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14558217-
CMYK0.330.7300.15
HSL272.83º67.66%53.92%-
HSV(B)272.83º73.27%85.1%-
XYZ25.7114.0667-
YUV102.14192.82158.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 58 (23.05% from 255) = 13.81%
BLUE value IS 217 (85.16% from 255) = 51.67%
R=34.52%
G=13.81%
B=51.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal145582170.330.7300.15272.8367.6653.92
Hex913AD921490F1114436
Octal221723314111101742110466
Binary10010001111010110110011000011001001011111000100011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913AD9; }

 p { color: rgb(145,58,217); }

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

<style>
 a { background-color: #913AD9; }

 a { background-color: rgb(145,58,217); }

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

<style>
 span { border-color: #913AD9; }

 span { border-color: rgb(145,58,217); }

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