Html Css Color HEX #8316D6 Blue Violet

📋 copy color: '#8316D6'

red 131 ◦ green 22 ◦ blue 214

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

Shades of Blue Violet #8316D6

Tints of Blue Violet #8316D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 58.31%

R = 35.69%
G = 5.99%
B = 58.31%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8316D6 (or 0x8316D6) is known color: Blue Violet. HEX triplet: 83, 16 and D6. RGB value is (131,22,214). Sum of RGB (Red+Green+Blue) = 131+22+214=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 214 (83.98% from 255 or 58.31% from 367); Max value from RGB is 214 - color contains mainly: blue. Hex color #8316D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316D6 is #7CE929. Grayscale: #4B4B4B. Windows color (decimal): -8186154 or 14030467. OLE color: 14030467.

HSL color Cylindrical-coordinate representation of color #8316D6: hue angle of 274.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8316D6 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 22 214 -
CMYK 0.39 0.90 0 0.16
HSL 274.06º 0.81% 0.46% -
HSV(B) 274.06º 0.9% 0.84% -
XYZ 21.78 10.25 64.45 -
YUV 76.48 205.61 166.89 -
System Red Green Blue C M Y K H S L
Decimal 131 22 214 0.39 0.90 0 0.16 274.06 0.81 0.46
Hex 83 16 D6 27 5A 0 10 112 51 2E
Octal 203 26 326 47 132 0 20 422 121 56
Binary 10000011 10110 11010110 100111 1011010 0 10000 100010010 1010001 101110

Color Harmonies of #8316D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316D6

Black with #8316D6

Text Example


Text Example

White with #8316D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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