#8544E7

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

Shades of Blue Violet #8544E7

Tints of Blue Violet #8544E7

Color information

#8544E7 (or 0x8544E7) is unknown color: approx Blue Violet. HEX triplet: 85, 44 and E7. RGB value is (133,68,231). Sum of RGB (Red+Green+Blue) = 133+68+231=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #8544E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8544E7 is #7ABB18. Grayscale: #696969. Windows color (decimal): -8043289 or 15156357. OLE color: 15156357.

HSL color Cylindrical-coordinate representation of color #8544E7: hue angle of 263.93º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8544E7 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13368231-
CMYK0.420.7100.09
HSL263.93º77.25%58.63%-
HSV(B)263.93º70.56%90.59%-
XYZ26.1614.8977.1-
YUV106.02198.53147.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 68 (26.95% from 255) = 15.74%
BLUE value IS 231 (90.62% from 255) = 53.47%
R=30.79%
G=15.74%
B=53.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133682310.420.7100.09263.9377.2558.63
Hex8544E72A47091084d3b
Octal2051043475210701141011573
Binary100001011000100111001111010101000111010011000010001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8544E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8544E7; }

 p { color: rgb(133,68,231); }

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

<style>
 a { background-color: #8544E7; }

 a { background-color: rgb(133,68,231); }

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

<style>
 span { border-color: #8544E7; }

 span { border-color: rgb(133,68,231); }

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