#8549D7

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

Shades of Blue Violet #8549D7

Tints of Blue Violet #8549D7

Color information

#8549D7 (or 0x8549D7) is unknown color: approx Blue Violet. HEX triplet: 85, 49 and D7. RGB value is (133,73,215). Sum of RGB (Red+Green+Blue) = 133+73+215=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #8549D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549D7 is #7AB628. Grayscale: #6A6A6A. Windows color (decimal): -8042025 or 14109061. OLE color: 14109061.

HSL color Cylindrical-coordinate representation of color #8549D7: hue angle of 265.35º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8549D7 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13373215-
CMYK0.380.6600.16
HSL265.35º63.96%56.47%-
HSV(B)265.35º66.05%84.31%-
XYZ24.3214.6665.84-
YUV107.13188.88146.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.59%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 215 (84.38% from 255) = 51.07%
R=31.59%
G=17.34%
B=51.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133732150.380.6600.16265.3563.9656.47
Hex8549D726420101094038
Octal2051113274610202041110070
Binary1000010110010011101011110011010000100100001000010011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8549D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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