Html Css Color HEX #8211EC Blue Violet

📋 copy color: '#8211EC'

red 130 ◦ green 17 ◦ blue 236

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

Shades of Blue Violet #8211EC

Tints of Blue Violet #8211EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 33.94%
G = 4.44%
B = 61.62%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8211EC (or 0x8211EC) is known color: Blue Violet. HEX triplet: 82, 11 and EC. RGB value is (130,17,236). Sum of RGB (Red+Green+Blue) = 130+17+236=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #8211EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211EC is #7DEE13. Grayscale: #4A4A4A. Windows color (decimal): -8252948 or 15470978. OLE color: 15470978.

HSL color Cylindrical-coordinate representation of color #8211EC: hue angle of 270.96º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8211EC is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 17 236 -
CMYK 0.45 0.93 0 0.07
HSL 270.96º 0.87% 0.5% -
HSV(B) 270.96º 0.93% 0.93% -
XYZ 24.55 11.2 80.23 -
YUV 75.75 218.44 166.69 -
System Red Green Blue C M Y K H S L
Decimal 130 17 236 0.45 0.93 0 0.07 270.96 0.87 0.5
Hex 82 11 EC 2D 5D 0 7 10F 57 32
Octal 202 21 354 55 135 0 7 417 127 62
Binary 10000010 10001 11101100 101101 1011101 0 111 100001111 1010111 110010

Color Harmonies of #8211EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211EC

Black with #8211EC

Text Example


Text Example

White with #8211EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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