#821EC9

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

Shades of Blue Violet #821EC9

Tints of Blue Violet #821EC9

Color information

#821EC9 (or 0x821EC9) is unknown color: approx Blue Violet. HEX triplet: 82, 1E and C9. RGB value is (130,30,201). Sum of RGB (Red+Green+Blue) = 130+30+201=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #821EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821EC9 is #7DE136. Grayscale: #4E4E4E. Windows color (decimal): -8249655 or 13180546. OLE color: 13180546.

HSL color Cylindrical-coordinate representation of color #821EC9: hue angle of 275.09º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821EC9 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13030201-
CMYK0.350.8500.21
HSL275.09º74.03%45.29%-
HSV(B)275.09º85.07%78.82%-
XYZ20.219.8956.1-
YUV79.39196.63164.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 30 (12.11% from 255) = 8.31%
BLUE value IS 201 (78.91% from 255) = 55.68%
R=36.01%
G=8.31%
B=55.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130302010.350.8500.21275.0974.0345.29
Hex821EC923550151134a2d
Octal202363114312502542311255
Binary10000010111101100100110001110101010101011000100111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,30,201); }

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

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

 a { background-color: rgb(130,30,201); }

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

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

 span { border-color: rgb(130,30,201); }

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