Html Css Color HEX #822DDD Blue Violet

📋 copy color: '#822DDD'

red 130 ◦ green 45 ◦ blue 221

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

Shades of Blue Violet #822DDD

Tints of Blue Violet #822DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 32.83%
G = 11.36%
B = 55.81%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#822DDD (or 0x822DDD) is known color: Blue Violet. HEX triplet: 82, 2D and DD. RGB value is (130,45,221). Sum of RGB (Red+Green+Blue) = 130+45+221=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #822DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DDD is #7DD222. Grayscale: #595959. Windows color (decimal): -8245795 or 14495106. OLE color: 14495106.

HSL color Cylindrical-coordinate representation of color #822DDD: hue angle of 268.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #822DDD is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 45 221 -
CMYK 0.41 0.80 0 0.13
HSL 268.98º 0.72% 0.52% -
HSV(B) 268.98º 0.8% 0.87% -
XYZ 23.2 11.84 69.47 -
YUV 90.48 201.66 156.19 -
System Red Green Blue C M Y K H S L
Decimal 130 45 221 0.41 0.80 0 0.13 268.98 0.72 0.52
Hex 82 2D DD 29 50 0 D 10D 48 34
Octal 202 55 335 51 120 0 15 415 110 64
Binary 10000010 101101 11011101 101001 1010000 0 1101 100001101 1001000 110100

Color Harmonies of #822DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822DDD

Black with #822DDD

Text Example


Text Example

White with #822DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822DDD; }

 p { color: rgb(130,45,221); }

 H1.HeaderClassName
 {
   color: #822DDD;
 }
 .AnyTagClassName
 {
   color: #822DDD;
 }
</style>

background-color css

<style>
 a { background-color: #822DDD; }

 a { background-color: rgb(130,45,221); }

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

border-color css

<style>
 span { border-color: #822DDD; }

 span { border-color: rgb(130,45,221); }

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