#8545F5

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

Shades of Blue Violet #8545F5

Tints of Blue Violet #8545F5

Color information

#8545F5 (or 0x8545F5) is unknown color: approx Blue Violet. HEX triplet: 85, 45 and F5. RGB value is (133,69,245). Sum of RGB (Red+Green+Blue) = 133+69+245=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 245 (96.09% from 255 or 54.81% from 447); Max value from RGB is 245 - color contains mainly: blue. Hex color #8545F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8545F5 is #7ABA0A. Grayscale: #6B6B6B. Windows color (decimal): -8043019 or 16074117. OLE color: 16074117.

HSL color Cylindrical-coordinate representation of color #8545F5: hue angle of 261.82º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8545F5 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13369245-
CMYK0.460.7200.04
HSL261.82º89.8%61.57%-
HSV(B)261.82º71.84%96.08%-
XYZ28.2815.8487.95-
YUV108.2205.2145.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 245 (96.09% from 255) = 54.81%
R=29.75%
G=15.44%
B=54.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133692450.460.7200.04261.8289.861.57
Hex8545F52E48041065a3e
Octal205105365561100440613276
Binary10000101100010111110101101110100100001001000001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8545F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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