#9620EF

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

Shades of Blue Violet #9620EF

Tints of Blue Violet #9620EF

Color information

#9620EF (or 0x9620EF) is unknown color: approx Blue Violet. HEX triplet: 96, 20 and EF. RGB value is (150,32,239). Sum of RGB (Red+Green+Blue) = 150+32+239=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #9620EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9620EF is #69DF10. Grayscale: #5A5A5A. Windows color (decimal): -6938385 or 15671446. OLE color: 15671446.

HSL color Cylindrical-coordinate representation of color #9620EF: hue angle of 274.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9620EF is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15032239-
CMYK0.370.8700.06
HSL274.2º86.61%53.14%-
HSV(B)274.2º86.61%93.73%-
XYZ28.6713.7582.8-
YUV90.88211.59170.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 32 (12.89% from 255) = 7.60%
BLUE value IS 239 (93.75% from 255) = 56.77%
R=35.63%
G=7.60%
B=56.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150322390.370.8700.06274.286.6153.14
Hex9620EF2557061125735
Octal22640357451270642212765
Binary1001011010000011101111100101101011101101000100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9620EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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