#8D4BF5

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

Shades of Blue Violet #8D4BF5

Tints of Blue Violet #8D4BF5

Color information

#8D4BF5 (or 0x8D4BF5) is unknown color: approx Blue Violet. HEX triplet: 8D, 4B and F5. RGB value is (141,75,245). Sum of RGB (Red+Green+Blue) = 141+75+245=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 245 (96.09% from 255 or 53.15% from 461); Max value from RGB is 245 - color contains mainly: blue. Hex color #8D4BF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4BF5 is #72B40A. Grayscale: #717171. Windows color (decimal): -7517195 or 16075661. OLE color: 16075661.

HSL color Cylindrical-coordinate representation of color #8D4BF5: hue angle of 263.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D4BF5 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14175245-
CMYK0.420.6900.04
HSL263.29º89.47%62.75%-
HSV(B)263.29º69.39%96.08%-
XYZ29.9817.2988.14-
YUV114.11201.87147.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.59%
GREEN value IS 75 (29.69% from 255) = 16.27%
BLUE value IS 245 (96.09% from 255) = 53.15%
R=30.59%
G=16.27%
B=53.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal141752450.420.6900.04263.2989.4762.75
Hex8D4BF52A4504107593f
Octal215113365521050440713177
Binary10001101100101111110101101010100010101001000001111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D4BF5; }

 p { color: rgb(141,75,245); }

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

<style>
 a { background-color: #8D4BF5; }

 a { background-color: rgb(141,75,245); }

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

<style>
 span { border-color: #8D4BF5; }

 span { border-color: rgb(141,75,245); }

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