#8D41DC

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

Shades of Blue Violet #8D41DC

Tints of Blue Violet #8D41DC

Color information

#8D41DC (or 0x8D41DC) is unknown color: approx Blue Violet. HEX triplet: 8D, 41 and DC. RGB value is (141,65,220). Sum of RGB (Red+Green+Blue) = 141+65+220=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D41DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D41DC is #72BE23. Grayscale: #686868. Windows color (decimal): -7519780 or 14434701. OLE color: 14434701.

HSL color Cylindrical-coordinate representation of color #8D41DC: hue angle of 269.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D41DC is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14165220-
CMYK0.360.7000.14
HSL269.42º68.89%55.88%-
HSV(B)269.42º70.45%86.27%-
XYZ25.7914.6169.17-
YUV105.39192.68153.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 65 (25.78% from 255) = 15.26%
BLUE value IS 220 (86.33% from 255) = 51.64%
R=33.10%
G=15.26%
B=51.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141652200.360.7000.14269.4268.8955.88
Hex8D41DC24460E10d4538
Octal2151013344410601641510570
Binary100011011000001110111001001001000110011101000011011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D41DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,65,220); }

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

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

 a { background-color: rgb(141,65,220); }

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

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

 span { border-color: rgb(141,65,220); }

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