#8D40DA

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

Shades of Blue Violet #8D40DA

Tints of Blue Violet #8D40DA

Color information

#8D40DA (or 0x8D40DA) is unknown color: approx Blue Violet. HEX triplet: 8D, 40 and DA. RGB value is (141,64,218). Sum of RGB (Red+Green+Blue) = 141+64+218=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D40DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D40DA is #72BF25. Grayscale: #686868. Windows color (decimal): -7520038 or 14303373. OLE color: 14303373.

HSL color Cylindrical-coordinate representation of color #8D40DA: hue angle of 270º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D40DA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14164218-
CMYK0.350.7100.15
HSL270º67.54%55.29%-
HSV(B)270º70.64%85.49%-
XYZ25.4714.3967.76-
YUV104.58192.01153.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=33.33%
G=15.13%
B=51.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141642180.350.7100.1527067.5455.29
Hex8D40DA23470F10e4437
Octal2151003324310701741610467
Binary100011011000000110110101000111000111011111000011101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D40DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,218); }

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

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

 a { background-color: rgb(141,64,218); }

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

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

 span { border-color: rgb(141,64,218); }

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