Html Css Color HEX #8316BC Dark Violet

📋 copy color: '#8316BC'

red 131 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #8316BC

Tints of Dark Violet #8316BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.13%

R = 38.42%
G = 6.45%
B = 55.13%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8316BC (or 0x8316BC) is known color: Dark Violet. HEX triplet: 83, 16 and BC. RGB value is (131,22,188). Sum of RGB (Red+Green+Blue) = 131+22+188=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #8316BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316BC is #7CE943. Grayscale: #484848. Windows color (decimal): -8186180 or 12326531. OLE color: 12326531.

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

Color convert

RGB 131 22 188 -
CMYK 0.30 0.88 0 0.26
HSL 279.4º 0.79% 0.41% -
HSV(B) 279.4º 0.88% 0.74% -
XYZ 18.72 9.03 48.33 -
YUV 73.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 131 22 188 0.30 0.88 0 0.26 279.4 0.79 0.41
Hex 83 16 BC 1E 58 0 1A 117 4F 29
Octal 203 26 274 36 130 0 32 427 117 51
Binary 10000011 10110 10111100 11110 1011000 0 11010 100010111 1001111 101001

Color Harmonies of #8316BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316BC

Black with #8316BC

Text Example


Text Example

White with #8316BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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