Html Css Color HEX #8316BA Dark Violet

📋 copy color: '#8316BA'

red 131 ◦ green 22 ◦ blue 186

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

Shades of Dark Violet #8316BA

Tints of Dark Violet #8316BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 38.64%
G = 6.49%
B = 54.87%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8316BA (or 0x8316BA) is known color: Dark Violet. HEX triplet: 83, 16 and BA. RGB value is (131,22,186). Sum of RGB (Red+Green+Blue) = 131+22+186=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8316BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316BA is #7CE945. Grayscale: #484848. Windows color (decimal): -8186182 or 12195459. OLE color: 12195459.

HSL color Cylindrical-coordinate representation of color #8316BA: hue angle of 279.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8316BA is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 22 186 -
CMYK 0.30 0.88 0 0.27
HSL 279.88º 0.79% 0.41% -
HSV(B) 279.88º 0.88% 0.73% -
XYZ 18.51 8.94 47.21 -
YUV 73.29 191.61 169.16 -
System Red Green Blue C M Y K H S L
Decimal 131 22 186 0.30 0.88 0 0.27 279.88 0.79 0.41
Hex 83 16 BA 1E 58 0 1B 118 4F 29
Octal 203 26 272 36 130 0 33 430 117 51
Binary 10000011 10110 10111010 11110 1011000 0 11011 100011000 1001111 101001

Color Harmonies of #8316BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316BA

Black with #8316BA

Text Example


Text Example

White with #8316BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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