#8D21D4

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

Shades of Blue Violet #8D21D4

Tints of Blue Violet #8D21D4

Color information

#8D21D4 (or 0x8D21D4) is unknown color: approx Blue Violet. HEX triplet: 8D, 21 and D4. RGB value is (141,33,212). Sum of RGB (Red+Green+Blue) = 141+33+212=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #8D21D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D21D4 is #72DE2B. Grayscale: #555555. Windows color (decimal): -7527980 or 13902221. OLE color: 13902221.

HSL color Cylindrical-coordinate representation of color #8D21D4: hue angle of 276.2º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D21D4 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14133212-
CMYK0.330.8400.17
HSL276.2º73.06%48.04%-
HSV(B)276.2º84.43%83.14%-
XYZ23.4111.563.27-
YUV85.7199.28167.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 33 (13.28% from 255) = 8.55%
BLUE value IS 212 (83.20% from 255) = 54.92%
R=36.53%
G=8.55%
B=54.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141332120.330.8400.17276.273.0648.04
Hex8D21D421540111144930
Octal215413244112402142411160
Binary100011011000011101010010000110101000100011000101001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D21D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,33,212); }

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

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

 a { background-color: rgb(141,33,212); }

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

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

 span { border-color: rgb(141,33,212); }

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