#8d46df

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

Shades of Blue Violet #8D46DF

Tints of Blue Violet #8D46DF

Color information

#8D46DF (or 0x8D46DF) is unknown color: approx Blue Violet. HEX triplet: 8D, 46 and DF. RGB value is (141,70,223). Sum of RGB (Red+Green+Blue) = 141+70+223=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D46DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D46DF is #72B920. Grayscale: #6C6C6C. Windows color (decimal): -7518497 or 14632589. OLE color: 14632589.

HSL color Cylindrical-coordinate representation of color #8D46DF: hue angle of 267.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D46DF is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14170223-
CMYK0.370.6900.13
HSL267.84º70.51%57.45%-
HSV(B)267.84º68.61%87.45%-
XYZ26.4915.3771.38-
YUV108.67192.52151.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 70 (27.73% from 255) = 16.13%
BLUE value IS 223 (87.5% from 255) = 51.38%
R=32.49%
G=16.13%
B=51.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141702230.370.6900.13267.8470.5157.45
Hex8D46DF25450D10c4739
Octal2151063374510501541410771
Binary100011011000110110111111001011000101011011000011001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d46df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,223); }

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

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

 a { background-color: rgb(141,70,223); }

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

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

 span { border-color: rgb(141,70,223); }

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