#821CFD

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

Shades of Blue Violet #821CFD

Tints of Blue Violet #821CFD

Color information

#821CFD (or 0x821CFD) is unknown color: approx Blue Violet. HEX triplet: 82, 1C and FD. RGB value is (130,28,253). Sum of RGB (Red+Green+Blue) = 130+28+253=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #821CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CFD is #7DE302. Grayscale: #535353. Windows color (decimal): -8250115 or 16587906. OLE color: 16587906.

HSL color Cylindrical-coordinate representation of color #821CFD: hue angle of 267.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821CFD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13028253-
CMYK0.490.8900.01
HSL267.2º98.25%55.1%-
HSV(B)267.2º88.93%99.22%-
XYZ27.3512.6793.93-
YUV84.15223.29160.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 28 (11.33% from 255) = 6.81%
BLUE value IS 253 (99.22% from 255) = 61.56%
R=31.63%
G=6.81%
B=61.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal130282530.490.8900.01267.298.2555.1
Hex821CFD31590110b6237
Octal20234375611310141314267
Binary1000001011100111111011100011011001011000010111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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