#9517EA

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

Shades of Blue Violet #9517EA

Tints of Blue Violet #9517EA

Color information

#9517EA (or 0x9517EA) is unknown color: approx Blue Violet. HEX triplet: 95, 17 and EA. RGB value is (149,23,234). Sum of RGB (Red+Green+Blue) = 149+23+234=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #9517EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9517EA is #6AE815. Grayscale: #545454. Windows color (decimal): -7006230 or 15341461. OLE color: 15341461.

HSL color Cylindrical-coordinate representation of color #9517EA: hue angle of 275.83º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9517EA is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14923234-
CMYK0.360.9000.08
HSL275.83º83.4%50.39%-
HSV(B)275.83º90.17%91.76%-
XYZ27.5512.9478.89-
YUV84.73212.24173.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 23 (9.38% from 255) = 5.67%
BLUE value IS 234 (91.80% from 255) = 57.64%
R=36.70%
G=5.67%
B=57.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149232340.360.9000.08275.8383.450.39
Hex9517EA245A081145332
Octal225273524413201042412362
Binary1001010110111111010101001001011010010001000101001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9517EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9517EA; }

 p { color: rgb(149,23,234); }

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

<style>
 a { background-color: #9517EA; }

 a { background-color: rgb(149,23,234); }

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

<style>
 span { border-color: #9517EA; }

 span { border-color: rgb(149,23,234); }

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