#8939E1

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

Shades of Blue Violet #8939E1

Tints of Blue Violet #8939E1

Color information

#8939E1 (or 0x8939E1) is unknown color: approx Blue Violet. HEX triplet: 89, 39 and E1. RGB value is (137,57,225). Sum of RGB (Red+Green+Blue) = 137+57+225=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #8939E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8939E1 is #76C61E. Grayscale: #636363. Windows color (decimal): -7783967 or 14760329. OLE color: 14760329.

HSL color Cylindrical-coordinate representation of color #8939E1: hue angle of 268.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8939E1 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13757225-
CMYK0.390.7500.12
HSL268.57º73.68%55.29%-
HSV(B)268.57º74.67%88.24%-
XYZ25.3713.6872.54-
YUV100.07198.5154.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.70%
GREEN value IS 57 (22.66% from 255) = 13.60%
BLUE value IS 225 (88.28% from 255) = 53.70%
R=32.70%
G=13.60%
B=53.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal137572250.390.7500.12268.5773.6855.29
Hex8939E1274B0C10d4a37
Octal211713414711301441511267
Binary10001001111001111000011001111001011011001000011011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8939E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8939E1; }

 p { color: rgb(137,57,225); }

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

<style>
 a { background-color: #8939E1; }

 a { background-color: rgb(137,57,225); }

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

<style>
 span { border-color: #8939E1; }

 span { border-color: rgb(137,57,225); }

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