#841ED1

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

Shades of Blue Violet #841ED1

Tints of Blue Violet #841ED1

Color information

#841ED1 (or 0x841ED1) is unknown color: approx Blue Violet. HEX triplet: 84, 1E and D1. RGB value is (132,30,209). Sum of RGB (Red+Green+Blue) = 132+30+209=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 209 (82.03% from 255 or 56.33% from 371); Max value from RGB is 209 - color contains mainly: blue. Hex color #841ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ED1 is #7BE12E. Grayscale: #505050. Windows color (decimal): -8118575 or 13704836. OLE color: 13704836.

HSL color Cylindrical-coordinate representation of color #841ED1: hue angle of 274.19º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841ED1 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13230209-
CMYK0.370.8600.18
HSL274.19º74.9%46.86%-
HSV(B)274.19º85.65%81.96%-
XYZ21.4910.4461.2-
YUV80.9200.29164.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 209 (82.03% from 255) = 56.33%
R=35.58%
G=8.09%
B=56.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132302090.370.8600.18274.1974.946.86
Hex841ED125560121124b2f
Octal204363214512602242211357
Binary10000100111101101000110010110101100100101000100101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841ED1; }

 p { color: rgb(132,30,209); }

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

<style>
 a { background-color: #841ED1; }

 a { background-color: rgb(132,30,209); }

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

<style>
 span { border-color: #841ED1; }

 span { border-color: rgb(132,30,209); }

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