#8545D1

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

Shades of Blue Violet #8545D1

Tints of Blue Violet #8545D1

Color information

#8545D1 (or 0x8545D1) is unknown color: approx Blue Violet. HEX triplet: 85, 45 and D1. RGB value is (133,69,209). Sum of RGB (Red+Green+Blue) = 133+69+209=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #8545D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8545D1 is #7ABA2E. Grayscale: #676767. Windows color (decimal): -8043055 or 13714821. OLE color: 13714821.

HSL color Cylindrical-coordinate representation of color #8545D1: hue angle of 267.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8545D1 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13369209-
CMYK0.360.6700.18
HSL267.43º60.34%54.51%-
HSV(B)267.43º66.99%81.96%-
XYZ23.3113.8561.77-
YUV104.1187.2148.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 209 (82.03% from 255) = 50.85%
R=32.36%
G=16.79%
B=50.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133692090.360.6700.18267.4360.3454.51
Hex8545D1244301210b3c37
Octal205105321441030224137467
Binary100001011000101110100011001001000011010010100001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8545D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8545D1; }

 p { color: rgb(133,69,209); }

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

<style>
 a { background-color: #8545D1; }

 a { background-color: rgb(133,69,209); }

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

<style>
 span { border-color: #8545D1; }

 span { border-color: rgb(133,69,209); }

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