#8545F1

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

Shades of Blue Violet #8545F1

Tints of Blue Violet #8545F1

Color information

#8545F1 (or 0x8545F1) is unknown color: approx Blue Violet. HEX triplet: 85, 45 and F1. RGB value is (133,69,241). Sum of RGB (Red+Green+Blue) = 133+69+241=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #8545F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8545F1 is #7ABA0E. Grayscale: #6B6B6B. Windows color (decimal): -8043023 or 15811973. OLE color: 15811973.

HSL color Cylindrical-coordinate representation of color #8545F1: hue angle of 262.33º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8545F1 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13369241-
CMYK0.450.7100.05
HSL262.33º86%60.78%-
HSV(B)262.33º71.37%94.51%-
XYZ27.6815.5984.77-
YUV107.74203.2146.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=30.02%
G=15.58%
B=54.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133692410.450.7100.05262.338660.78
Hex8545F12D4705106563d
Octal205105361551070540612675
Binary10000101100010111110001101101100011101011000001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8545F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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