Html Css Color HEX #821DEF Blue Violet

📋 copy color: '#821DEF'

red 130 ◦ green 29 ◦ blue 239

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

Shades of Blue Violet #821DEF

Tints of Blue Violet #821DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 32.66%
G = 7.29%
B = 60.05%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#821DEF (or 0x821DEF) is known color: Blue Violet. HEX triplet: 82, 1D and EF. RGB value is (130,29,239). Sum of RGB (Red+Green+Blue) = 130+29+239=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #821DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821DEF is #7DE210. Grayscale: #525252. Windows color (decimal): -8249873 or 15670658. OLE color: 15670658.

HSL color Cylindrical-coordinate representation of color #821DEF: hue angle of 268.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821DEF is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 29 239 -
CMYK 0.46 0.88 0 0.06
HSL 268.86º 0.87% 0.53% -
HSV(B) 268.86º 0.88% 0.94% -
XYZ 25.23 11.86 82.62 -
YUV 83.14 215.96 161.42 -
System Red Green Blue C M Y K H S L
Decimal 130 29 239 0.46 0.88 0 0.06 268.86 0.87 0.53
Hex 82 1D EF 2E 58 0 6 10D 57 35
Octal 202 35 357 56 130 0 6 415 127 65
Binary 10000010 11101 11101111 101110 1011000 0 110 100001101 1010111 110101

Color Harmonies of #821DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DEF

Black with #821DEF

Text Example


Text Example

White with #821DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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