Html Css Color HEX #8211E7 Blue Violet

📋 copy color: '#8211E7'

red 130 ◦ green 17 ◦ blue 231

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

Shades of Blue Violet #8211E7

Tints of Blue Violet #8211E7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.5%

 BLUE value IS 231 (90.63% from 255) = 61.11%

R = 34.39%
G = 4.5%
B = 61.11%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8211E7 (or 0x8211E7) is known color: Blue Violet. HEX triplet: 82, 11 and E7. RGB value is (130,17,231). Sum of RGB (Red+Green+Blue) = 130+17+231=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 231 (90.62% from 255 or 61.11% from 378); Max value from RGB is 231 - color contains mainly: blue. Hex color #8211E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211E7 is #7DEE18. Grayscale: #4A4A4A. Windows color (decimal): -8252953 or 15143298. OLE color: 15143298.

HSL color Cylindrical-coordinate representation of color #8211E7: hue angle of 271.68º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8211E7 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 17 231 -
CMYK 0.44 0.93 0 0.09
HSL 271.68º 0.86% 0.49% -
HSV(B) 271.68º 0.93% 0.91% -
XYZ 23.83 10.92 76.45 -
YUV 75.18 215.94 167.1 -
System Red Green Blue C M Y K H S L
Decimal 130 17 231 0.44 0.93 0 0.09 271.68 0.86 0.49
Hex 82 11 E7 2C 5D 0 9 110 56 31
Octal 202 21 347 54 135 0 11 420 126 61
Binary 10000010 10001 11100111 101100 1011101 0 1001 100010000 1010110 110001

Color Harmonies of #8211E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211E7

Black with #8211E7

Text Example


Text Example

White with #8211E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8211E7; }

 p { color: rgb(130,17,231); }

 H1.HeaderClassName
 {
   color: #8211E7;
 }
 .AnyTagClassName
 {
   color: #8211E7;
 }
</style>

background-color css

<style>
 a { background-color: #8211E7; }

 a { background-color: rgb(130,17,231); }

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

border-color css

<style>
 span { border-color: #8211E7; }

 span { border-color: rgb(130,17,231); }

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