#9520F9

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

Shades of Blue Violet #9520F9

Tints of Blue Violet #9520F9

Color information

#9520F9 (or 0x9520F9) is unknown color: approx Blue Violet. HEX triplet: 95, 20 and F9. RGB value is (149,32,249). Sum of RGB (Red+Green+Blue) = 149+32+249=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #9520F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9520F9 is #6ADF06. Grayscale: #5A5A5A. Windows color (decimal): -7003911 or 16326805. OLE color: 16326805.

HSL color Cylindrical-coordinate representation of color #9520F9: hue angle of 272.35º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9520F9 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14932249-
CMYK0.400.8700.02
HSL272.35º94.76%55.1%-
HSV(B)272.35º87.15%97.65%-
XYZ30.0114.2690.79-
YUV91.72216.76168.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 32 (12.89% from 255) = 7.44%
BLUE value IS 249 (97.66% from 255) = 57.91%
R=34.65%
G=7.44%
B=57.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149322490.400.8700.02272.3594.7655.1
Hex9520F92857021105f37
Octal22540371501270242013767
Binary100101011000001111100110100010101110101000100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9520F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9520F9; }

 p { color: rgb(149,32,249); }

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

<style>
 a { background-color: #9520F9; }

 a { background-color: rgb(149,32,249); }

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

<style>
 span { border-color: #9520F9; }

 span { border-color: rgb(149,32,249); }

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