Html Css Color HEX #8311EC Blue Violet

📋 copy color: '#8311EC'

red 131 ◦ green 17 ◦ blue 236

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

Shades of Blue Violet #8311EC

Tints of Blue Violet #8311EC

RGB

 RED value IS 131 (51.56% from 255) = 34.11%

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

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

R = 34.11%
G = 4.43%
B = 61.46%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8311EC (or 0x8311EC) is known color: Blue Violet. HEX triplet: 83, 11 and EC. RGB value is (131,17,236). Sum of RGB (Red+Green+Blue) = 131+17+236=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #8311EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8311EC is #7CEE13. Grayscale: #4B4B4B. Windows color (decimal): -8187412 or 15470979. OLE color: 15470979.

HSL color Cylindrical-coordinate representation of color #8311EC: hue angle of 271.23º 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 #8311EC is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 17 236 -
CMYK 0.44 0.93 0 0.07
HSL 271.23º 0.87% 0.5% -
HSV(B) 271.23º 0.93% 0.93% -
XYZ 24.7 11.28 80.23 -
YUV 76.05 218.27 167.19 -
System Red Green Blue C M Y K H S L
Decimal 131 17 236 0.44 0.93 0 0.07 271.23 0.87 0.5
Hex 83 11 EC 2C 5D 0 7 10F 57 32
Octal 203 21 354 54 135 0 7 417 127 62
Binary 10000011 10001 11101100 101100 1011101 0 111 100001111 1010111 110010

Color Harmonies of #8311EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311EC

Black with #8311EC

Text Example


Text Example

White with #8311EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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