#821BCA

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

Shades of Blue Violet #821BCA

Tints of Blue Violet #821BCA

Color information

#821BCA (or 0x821BCA) is unknown color: approx Blue Violet. HEX triplet: 82, 1B and CA. RGB value is (130,27,202). Sum of RGB (Red+Green+Blue) = 130+27+202=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #821BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BCA is #7DE435. Grayscale: #4D4D4D. Windows color (decimal): -8250422 or 13245314. OLE color: 13245314.

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

Color convert

RGB13027202-
CMYK0.360.8700.21
HSL275.31º76.42%44.9%-
HSV(B)275.31º86.63%79.22%-
XYZ20.269.7956.7-
YUV77.75198.12165.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 27 (10.94% from 255) = 7.52%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=36.21%
G=7.52%
B=56.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130272020.360.8700.21275.3176.4244.9
Hex821BCA24570151134c2d
Octal202333124412702542311455
Binary10000010110111100101010010010101110101011000100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,27,202); }

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

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

 a { background-color: rgb(130,27,202); }

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

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

 span { border-color: rgb(130,27,202); }

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