Html Css Color HEX #821DD7 Blue Violet

📋 copy color: '#821DD7'

red 130 ◦ green 29 ◦ blue 215

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

Shades of Blue Violet #821DD7

Tints of Blue Violet #821DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 57.49%

R = 34.76%
G = 7.75%
B = 57.49%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#821DD7 (or 0x821DD7) is known color: Blue Violet. HEX triplet: 82, 1D and D7. RGB value is (130,29,215). Sum of RGB (Red+Green+Blue) = 130+29+215=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #821DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DD7 is #7DE228. Grayscale: #4F4F4F. Windows color (decimal): -8249897 or 14097794. OLE color: 14097794.

HSL color Cylindrical-coordinate representation of color #821DD7: hue angle of 272.58º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821DD7 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 29 215 -
CMYK 0.40 0.87 0 0.16
HSL 272.58º 0.76% 0.48% -
HSV(B) 272.58º 0.87% 0.84% -
XYZ 21.91 10.53 65.17 -
YUV 80.4 203.96 163.38 -
System Red Green Blue C M Y K H S L
Decimal 130 29 215 0.40 0.87 0 0.16 272.58 0.76 0.48
Hex 82 1D D7 28 57 0 10 111 4C 30
Octal 202 35 327 50 127 0 20 421 114 60
Binary 10000010 11101 11010111 101000 1010111 0 10000 100010001 1001100 110000

Color Harmonies of #821DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DD7

Black with #821DD7

Text Example


Text Example

White with #821DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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