#8933EF

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

Shades of Blue Violet #8933EF

Tints of Blue Violet #8933EF

Color information

#8933EF (or 0x8933EF) is unknown color: approx Blue Violet. HEX triplet: 89, 33 and EF. RGB value is (137,51,239). Sum of RGB (Red+Green+Blue) = 137+51+239=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #8933EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8933EF is #76CC10. Grayscale: #616161. Windows color (decimal): -7785489 or 15676297. OLE color: 15676297.

HSL color Cylindrical-coordinate representation of color #8933EF: hue angle of 267.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8933EF is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13751239-
CMYK0.430.7900.06
HSL267.45º85.45%56.86%-
HSV(B)267.45º78.66%93.73%-
XYZ27.0813.9282.92-
YUV98.15207.49155.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 51 (20.31% from 255) = 11.94%
BLUE value IS 239 (93.75% from 255) = 55.97%
R=32.08%
G=11.94%
B=55.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal137512390.430.7900.06267.4585.4556.86
Hex8933EF2B4F0610b5539
Octal21163357531170641312571
Binary1000100111001111101111101011100111101101000010111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8933EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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