#9539F0

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

Shades of Blue Violet #9539F0

Tints of Blue Violet #9539F0

Color information

#9539F0 (or 0x9539F0) is unknown color: approx Blue Violet. HEX triplet: 95, 39 and F0. RGB value is (149,57,240). Sum of RGB (Red+Green+Blue) = 149+57+240=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #9539F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9539F0 is #6AC60F. Grayscale: #686868. Windows color (decimal): -6997520 or 15743381. OLE color: 15743381.

HSL color Cylindrical-coordinate representation of color #9539F0: hue angle of 270.16º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9539F0 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14957240-
CMYK0.380.7600.06
HSL270.16º85.92%58.24%-
HSV(B)270.16º76.25%94.12%-
XYZ29.5915.6183.89-
YUV105.37203.98159.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 57 (22.66% from 255) = 12.78%
BLUE value IS 240 (94.14% from 255) = 53.81%
R=33.41%
G=12.78%
B=53.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal149572400.380.7600.06270.1685.9258.24
Hex9539F0264C0610e563a
Octal22571360461140641612672
Binary1001010111100111110000100110100110001101000011101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9539F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9539F0; }

 p { color: rgb(149,57,240); }

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

<style>
 a { background-color: #9539F0; }

 a { background-color: rgb(149,57,240); }

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

<style>
 span { border-color: #9539F0; }

 span { border-color: rgb(149,57,240); }

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