#9514E9

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

Shades of Blue Violet #9514E9

Tints of Blue Violet #9514E9

Color information

#9514E9 (or 0x9514E9) is unknown color: approx Blue Violet. HEX triplet: 95, 14 and E9. RGB value is (149,20,233). Sum of RGB (Red+Green+Blue) = 149+20+233=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #9514E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9514E9 is #6AEB16. Grayscale: #525252. Windows color (decimal): -7006999 or 15275157. OLE color: 15275157.

HSL color Cylindrical-coordinate representation of color #9514E9: hue angle of 276.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9514E9 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14920233-
CMYK0.360.9100.09
HSL276.34º84.19%49.61%-
HSV(B)276.34º91.42%91.37%-
XYZ27.3512.7778.11-
YUV82.85212.74175.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 20 (8.20% from 255) = 4.98%
BLUE value IS 233 (91.41% from 255) = 57.96%
R=37.06%
G=4.98%
B=57.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal149202330.360.9100.09276.3484.1949.61
Hex9514E9245B091145432
Octal225243514413301142412462
Binary1001010110100111010011001001011011010011000101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9514E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9514E9; }

 p { color: rgb(149,20,233); }

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

<style>
 a { background-color: #9514E9; }

 a { background-color: rgb(149,20,233); }

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

<style>
 span { border-color: #9514E9; }

 span { border-color: rgb(149,20,233); }

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