Html Css Color HEX #8316E0 Blue Violet

📋 copy color: '#8316E0'

red 131 ◦ green 22 ◦ blue 224

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

Shades of Blue Violet #8316E0

Tints of Blue Violet #8316E0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

 BLUE value IS 224 (87.89% from 255) = 59.42%

R = 34.75%
G = 5.84%
B = 59.42%

CMYK

 C value IS 0.42

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8316E0 (or 0x8316E0) is known color: Blue Violet. HEX triplet: 83, 16 and E0. RGB value is (131,22,224). Sum of RGB (Red+Green+Blue) = 131+22+224=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #8316E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316E0 is #7CE91F. Grayscale: #4C4C4C. Windows color (decimal): -8186144 or 14685827. OLE color: 14685827.

HSL color Cylindrical-coordinate representation of color #8316E0: hue angle of 272.38º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8316E0 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 22 224 -
CMYK 0.42 0.90 0 0.12
HSL 272.38º 0.82% 0.48% -
HSV(B) 272.38º 0.9% 0.88% -
XYZ 23.1 10.78 71.38 -
YUV 77.62 210.61 166.07 -
System Red Green Blue C M Y K H S L
Decimal 131 22 224 0.42 0.90 0 0.12 272.38 0.82 0.48
Hex 83 16 E0 2A 5A 0 C 110 52 30
Octal 203 26 340 52 132 0 14 420 122 60
Binary 10000011 10110 11100000 101010 1011010 0 1100 100010000 1010010 110000

Color Harmonies of #8316E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316E0

Black with #8316E0

Text Example


Text Example

White with #8316E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8316E0; }

 p { color: rgb(131,22,224); }

 H1.HeaderClassName
 {
   color: #8316E0;
 }
 .AnyTagClassName
 {
   color: #8316E0;
 }
</style>

background-color css

<style>
 a { background-color: #8316E0; }

 a { background-color: rgb(131,22,224); }

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

border-color css

<style>
 span { border-color: #8316E0; }

 span { border-color: rgb(131,22,224); }

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