Html Css Color HEX #8210DD Blue Violet

📋 copy color: '#8210DD'

red 130 ◦ green 16 ◦ blue 221

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

Shades of Blue Violet #8210DD

Tints of Blue Violet #8210DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.36%

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

R = 35.42%
G = 4.36%
B = 60.22%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8210DD (or 0x8210DD) is known color: Blue Violet. HEX triplet: 82, 10 and DD. RGB value is (130,16,221). Sum of RGB (Red+Green+Blue) = 130+16+221=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #8210DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8210DD is #7DEF22. Grayscale: #484848. Windows color (decimal): -8253219 or 14487682. OLE color: 14487682.

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

Color convert

RGB 130 16 221 -
CMYK 0.41 0.93 0 0.13
HSL 273.37º 0.86% 0.46% -
HSV(B) 273.37º 0.93% 0.87% -
XYZ 22.44 10.34 69.22 -
YUV 73.46 211.27 168.33 -
System Red Green Blue C M Y K H S L
Decimal 130 16 221 0.41 0.93 0 0.13 273.37 0.86 0.46
Hex 82 10 DD 29 5D 0 D 111 56 2E
Octal 202 20 335 51 135 0 15 421 126 56
Binary 10000010 10000 11011101 101001 1011101 0 1101 100010001 1010110 101110

Color Harmonies of #8210DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8210DD

Black with #8210DD

Text Example


Text Example

White with #8210DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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