#8D20D9

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

Shades of Blue Violet #8D20D9

Tints of Blue Violet #8D20D9

Color information

#8D20D9 (or 0x8D20D9) is unknown color: approx Blue Violet. HEX triplet: 8D, 20 and D9. RGB value is (141,32,217). Sum of RGB (Red+Green+Blue) = 141+32+217=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #8D20D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D20D9 is #72DF26. Grayscale: #555555. Windows color (decimal): -7528231 or 14229645. OLE color: 14229645.

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

Color convert

RGB14132217-
CMYK0.350.8500.15
HSL275.35º74.3%48.82%-
HSV(B)275.35º85.25%85.1%-
XYZ24.0311.7166.64-
YUV85.68202.11167.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 32 (12.89% from 255) = 8.21%
BLUE value IS 217 (85.16% from 255) = 55.64%
R=36.15%
G=8.21%
B=55.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141322170.350.8500.15275.3574.348.82
Hex8D20D923550F1134a31
Octal215403314312501742311261
Binary10001101100000110110011000111010101011111000100111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D20D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,217); }

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

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

 a { background-color: rgb(141,32,217); }

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

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

 span { border-color: rgb(141,32,217); }

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