Html Css Color HEX #8220DD Blue Violet

📋 copy color: '#8220DD'

red 130 ◦ green 32 ◦ blue 221

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

Shades of Blue Violet #8220DD

Tints of Blue Violet #8220DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

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

R = 33.94%
G = 8.36%
B = 57.7%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8220DD (or 0x8220DD) is known color: Blue Violet. HEX triplet: 82, 20 and DD. RGB value is (130,32,221). Sum of RGB (Red+Green+Blue) = 130+32+221=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #8220DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220DD is #7DDF22. Grayscale: #525252. Windows color (decimal): -8249123 or 14491778. OLE color: 14491778.

HSL color Cylindrical-coordinate representation of color #8220DD: hue angle of 271.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8220DD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 32 221 -
CMYK 0.41 0.86 0 0.13
HSL 271.11º 0.75% 0.5% -
HSV(B) 271.11º 0.86% 0.87% -
XYZ 22.77 11 69.33 -
YUV 82.85 205.97 161.63 -
System Red Green Blue C M Y K H S L
Decimal 130 32 221 0.41 0.86 0 0.13 271.11 0.75 0.5
Hex 82 20 DD 29 56 0 D 10F 4B 32
Octal 202 40 335 51 126 0 15 417 113 62
Binary 10000010 100000 11011101 101001 1010110 0 1101 100001111 1001011 110010

Color Harmonies of #8220DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220DD

Black with #8220DD

Text Example


Text Example

White with #8220DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8220DD; }

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

 H1.HeaderClassName
 {
   color: #8220DD;
 }
 .AnyTagClassName
 {
   color: #8220DD;
 }
</style>

background-color css

<style>
 a { background-color: #8220DD; }

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

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

border-color css

<style>
 span { border-color: #8220DD; }

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

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