#8949EA

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

Shades of Blue Violet #8949EA

Tints of Blue Violet #8949EA

Color information

#8949EA (or 0x8949EA) is unknown color: approx Blue Violet. HEX triplet: 89, 49 and EA. RGB value is (137,73,234). Sum of RGB (Red+Green+Blue) = 137+73+234=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #8949EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8949EA is #76B615. Grayscale: #6D6D6D. Windows color (decimal): -7779862 or 15354249. OLE color: 15354249.

HSL color Cylindrical-coordinate representation of color #8949EA: hue angle of 263.85º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8949EA is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13773234-
CMYK0.410.6900.08
HSL263.85º79.31%60.2%-
HSV(B)263.85º68.8%91.76%-
XYZ27.5516.0279.48-
YUV110.49197.7146.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.86%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=30.86%
G=16.44%
B=52.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal137732340.410.6900.08263.8579.3160.2
Hex8949EA2945081084f3c
Octal2111113525110501041011774
Binary100010011001001111010101010011000101010001000010001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8949EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8949EA; }

 p { color: rgb(137,73,234); }

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

<style>
 a { background-color: #8949EA; }

 a { background-color: rgb(137,73,234); }

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

<style>
 span { border-color: #8949EA; }

 span { border-color: rgb(137,73,234); }

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