#9518E5

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

Shades of Blue Violet #9518E5

Tints of Blue Violet #9518E5

Color information

#9518E5 (or 0x9518E5) is unknown color: approx Blue Violet. HEX triplet: 95, 18 and E5. RGB value is (149,24,229). Sum of RGB (Red+Green+Blue) = 149+24+229=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #9518E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518E5 is #6AE71A. Grayscale: #545454. Windows color (decimal): -7005979 or 15014037. OLE color: 15014037.

HSL color Cylindrical-coordinate representation of color #9518E5: hue angle of 276.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9518E5 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14924229-
CMYK0.350.9000.10
HSL276.59º81.03%49.61%-
HSV(B)276.59º89.52%89.8%-
XYZ26.8612.775.16-
YUV84.74209.41173.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 24 (9.77% from 255) = 5.97%
BLUE value IS 229 (89.84% from 255) = 56.97%
R=37.06%
G=5.97%
B=56.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal149242290.350.9000.10276.5981.0349.61
Hex9518E5235A0A1155132
Octal225303454313201242512162
Binary1001010111000111001011000111011010010101000101011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9518E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9518E5; }

 p { color: rgb(149,24,229); }

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

<style>
 a { background-color: #9518E5; }

 a { background-color: rgb(149,24,229); }

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

<style>
 span { border-color: #9518E5; }

 span { border-color: rgb(149,24,229); }

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