#821cd1

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

Shades of Blue Violet #821CD1

Tints of Blue Violet #821CD1

Color information

#821CD1 (or 0x821CD1) is unknown color: approx Blue Violet. HEX triplet: 82, 1C and D1. RGB value is (130,28,209). Sum of RGB (Red+Green+Blue) = 130+28+209=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 209 (82.03% from 255 or 56.95% from 367); Max value from RGB is 209 - color contains mainly: blue. Hex color #821CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CD1 is #7DE32E. Grayscale: #4E4E4E. Windows color (decimal): -8250159 or 13704322. OLE color: 13704322.

HSL color Cylindrical-coordinate representation of color #821CD1: hue angle of 273.81º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821CD1 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13028209-
CMYK0.380.8700.18
HSL273.81º76.37%46.47%-
HSV(B)273.81º86.6%81.96%-
XYZ21.1310.1861.17-
YUV79.13201.29164.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 28 (11.33% from 255) = 7.63%
BLUE value IS 209 (82.03% from 255) = 56.95%
R=35.42%
G=7.63%
B=56.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130282090.380.8700.18273.8176.3746.47
Hex821CD126570121124c2e
Octal202343214612702242211456
Binary10000010111001101000110011010101110100101000100101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821cd1; }

 p { color: rgb(130,28,209); }

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

<style>
 a { background-color: #821cd1; }

 a { background-color: rgb(130,28,209); }

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

<style>
 span { border-color: #821cd1; }

 span { border-color: rgb(130,28,209); }

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