#9620F9

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

Shades of Blue Violet #9620F9

Tints of Blue Violet #9620F9

Color information

#9620F9 (or 0x9620F9) is unknown color: approx Blue Violet. HEX triplet: 96, 20 and F9. RGB value is (150,32,249). Sum of RGB (Red+Green+Blue) = 150+32+249=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #9620F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9620F9 is #69DF06. Grayscale: #5B5B5B. Windows color (decimal): -6938375 or 16326806. OLE color: 16326806.

HSL color Cylindrical-coordinate representation of color #9620F9: hue angle of 272.63º 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 #9620F9 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15032249-
CMYK0.400.8700.02
HSL272.63º94.76%55.1%-
HSV(B)272.63º87.15%97.65%-
XYZ30.1914.3690.8-
YUV92.02216.59169.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 32 (12.89% from 255) = 7.42%
BLUE value IS 249 (97.66% from 255) = 57.77%
R=34.80%
G=7.42%
B=57.77%

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
Decimal150322490.400.8700.02272.6394.7655.1
Hex9620F92857021115f37
Octal22640371501270242113767
Binary100101101000001111100110100010101110101000100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9620F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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