Html Css Color HEX #821DFF Blue Violet

📋 copy color: '#821DFF'

red 130 ◦ green 29 ◦ blue 255

#821DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #821DFF

Tints of Blue Violet #821DFF

RGB

 RED value IS 130 (51.17% from 255) = 31.4%

 GREEN value IS 29 (11.72% from 255) = 7%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 31.4%
G = 7%
B = 61.59%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#821DFF (or 0x821DFF) is known color: Blue Violet. HEX triplet: 82, 1D and FF. RGB value is (130,29,255). Sum of RGB (Red+Green+Blue) = 130+29+255=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #821DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821DFF is #7DE200. Grayscale: #545454. Windows color (decimal): -8249857 or 16719234. OLE color: 16719234.

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

Color convert

RGB 130 29 255 -
CMYK 0.49 0.89 0 0
HSL 266.81º 1% 0.56% -
HSV(B) 266.81º 0.89% 1% -
XYZ 27.7 12.84 95.63 -
YUV 84.96 223.96 160.12 -
System Red Green Blue C M Y K H S L
Decimal 130 29 255 0.49 0.89 0 0 266.81 1 0.56
Hex 82 1D FF 31 59 0 0 10B 64 38
Octal 202 35 377 61 131 0 0 413 144 70
Binary 10000010 11101 11111111 110001 1011001 0 0 100001011 1100100 111000

Color Harmonies of #821DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DFF

Black with #821DFF

Text Example


Text Example

White with #821DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,29,255); }

 H1.HeaderClassName
 {
   color: #821DFF;
 }
 .AnyTagClassName
 {
   color: #821DFF;
 }
</style>

background-color css

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

 a { background-color: rgb(130,29,255); }

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

border-color css

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

 span { border-color: rgb(130,29,255); }

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