#8920EF

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

Shades of Blue Violet #8920EF

Tints of Blue Violet #8920EF

Color information

#8920EF (or 0x8920EF) is unknown color: approx Blue Violet. HEX triplet: 89, 20 and EF. RGB value is (137,32,239). Sum of RGB (Red+Green+Blue) = 137+32+239=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #8920EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8920EF is #76DF10. Grayscale: #565656. Windows color (decimal): -7790353 or 15671433. OLE color: 15671433.

HSL color Cylindrical-coordinate representation of color #8920EF: hue angle of 270.43º 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 #8920EF is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13732239-
CMYK0.430.8700.06
HSL270.43º86.61%53.14%-
HSV(B)270.43º86.61%93.73%-
XYZ26.4112.5882.7-
YUV86.99213.79163.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.58%
GREEN value IS 32 (12.89% from 255) = 7.84%
BLUE value IS 239 (93.75% from 255) = 58.58%
R=33.58%
G=7.84%
B=58.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal137322390.430.8700.06270.4386.6153.14
Hex8920EF2B570610e5735
Octal21140357531270641612765
Binary1000100110000011101111101011101011101101000011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8920EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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