#8949E1

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

Shades of Blue Violet #8949E1

Tints of Blue Violet #8949E1

Color information

#8949E1 (or 0x8949E1) is unknown color: approx Blue Violet. HEX triplet: 89, 49 and E1. RGB value is (137,73,225). Sum of RGB (Red+Green+Blue) = 137+73+225=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #8949E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949E1 is #76B61E. Grayscale: #6C6C6C. Windows color (decimal): -7779871 or 14764425. OLE color: 14764425.

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

Color convert

RGB13773225-
CMYK0.390.6800.12
HSL265.26º71.7%58.43%-
HSV(B)265.26º67.56%88.24%-
XYZ26.2915.5272.84-
YUV109.46193.2147.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=31.49%
G=16.78%
B=51.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal137732250.390.6800.12265.2671.758.43
Hex8949E127440C109483a
Octal2111113414710401441111072
Binary100010011001001111000011001111000100011001000010011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8949E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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