#8D46DD

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

Shades of Blue Violet #8D46DD

Tints of Blue Violet #8D46DD

Color information

#8D46DD (or 0x8D46DD) is unknown color: approx Blue Violet. HEX triplet: 8D, 46 and DD. RGB value is (141,70,221). Sum of RGB (Red+Green+Blue) = 141+70+221=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D46DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D46DD is #72B922. Grayscale: #6B6B6B. Windows color (decimal): -7518499 or 14501517. OLE color: 14501517.

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

Color convert

RGB14170221-
CMYK0.360.6800.13
HSL268.21º68.95%57.06%-
HSV(B)268.21º68.33%86.67%-
XYZ26.2315.2669.97-
YUV108.44191.52151.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 70 (27.73% from 255) = 16.20%
BLUE value IS 221 (86.72% from 255) = 51.16%
R=32.64%
G=16.20%
B=51.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141702210.360.6800.13268.2168.9557.06
Hex8D46DD24440D10c4539
Octal2151063354410401541410571
Binary100011011000110110111011001001000100011011000011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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