Html Css Color HEX #821DED Blue Violet

📋 copy color: '#821DED'

red 130 ◦ green 29 ◦ blue 237

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

Shades of Blue Violet #821DED

Tints of Blue Violet #821DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 32.83%
G = 7.32%
B = 59.85%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#821DED (or 0x821DED) is known color: Blue Violet. HEX triplet: 82, 1D and ED. RGB value is (130,29,237). Sum of RGB (Red+Green+Blue) = 130+29+237=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #821DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821DED is #7DE212. Grayscale: #525252. Windows color (decimal): -8249875 or 15539586. OLE color: 15539586.

HSL color Cylindrical-coordinate representation of color #821DED: hue angle of 269.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821DED is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 29 237 -
CMYK 0.45 0.88 0 0.07
HSL 269.13º 0.85% 0.52% -
HSV(B) 269.13º 0.88% 0.93% -
XYZ 24.93 11.74 81.07 -
YUV 82.91 214.96 161.59 -
System Red Green Blue C M Y K H S L
Decimal 130 29 237 0.45 0.88 0 0.07 269.13 0.85 0.52
Hex 82 1D ED 2D 58 0 7 10D 55 34
Octal 202 35 355 55 130 0 7 415 125 64
Binary 10000010 11101 11101101 101101 1011000 0 111 100001101 1010101 110100

Color Harmonies of #821DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DED

Black with #821DED

Text Example


Text Example

White with #821DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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