#8544D9

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

Shades of Blue Violet #8544D9

Tints of Blue Violet #8544D9

Color information

#8544D9 (or 0x8544D9) is unknown color: approx Blue Violet. HEX triplet: 85, 44 and D9. RGB value is (133,68,217). Sum of RGB (Red+Green+Blue) = 133+68+217=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #8544D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8544D9 is #7ABB26. Grayscale: #676767. Windows color (decimal): -8043303 or 14238853. OLE color: 14238853.

HSL color Cylindrical-coordinate representation of color #8544D9: hue angle of 266.17º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8544D9 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13368217-
CMYK0.390.6900.15
HSL266.17º66.22%55.88%-
HSV(B)266.17º68.66%85.1%-
XYZ24.2614.1367.09-
YUV104.42191.53148.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.82%
GREEN value IS 68 (26.95% from 255) = 16.27%
BLUE value IS 217 (85.16% from 255) = 51.91%
R=31.82%
G=16.27%
B=51.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133682170.390.6900.15266.1766.2255.88
Hex8544D927450F10a4238
Octal2051043314710501741210270
Binary100001011000100110110011001111000101011111000010101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8544D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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