#8549E4

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

Shades of Blue Violet #8549E4

Tints of Blue Violet #8549E4

Color information

#8549E4 (or 0x8549E4) is unknown color: approx Blue Violet. HEX triplet: 85, 49 and E4. RGB value is (133,73,228). Sum of RGB (Red+Green+Blue) = 133+73+228=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #8549E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549E4 is #7AB61B. Grayscale: #6C6C6C. Windows color (decimal): -8042012 or 14961029. OLE color: 14961029.

HSL color Cylindrical-coordinate representation of color #8549E4: hue angle of 263.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8549E4 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13373228-
CMYK0.420.6800.11
HSL263.23º74.16%59.02%-
HSV(B)263.23º67.98%89.41%-
XYZ26.0615.3574.99-
YUV108.61195.38145.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.65%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 228 (89.45% from 255) = 52.53%
R=30.65%
G=16.82%
B=52.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133732280.420.6800.11263.2374.1659.02
Hex8549E42A440B1074a3b
Octal2051113445210401340711273
Binary100001011001001111001001010101000100010111000001111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8549E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8549E4; }

 p { color: rgb(133,73,228); }

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

<style>
 a { background-color: #8549E4; }

 a { background-color: rgb(133,73,228); }

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

<style>
 span { border-color: #8549E4; }

 span { border-color: rgb(133,73,228); }

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