Html Css Color HEX #8316BD Dark Violet

📋 copy color: '#8316BD'

red 131 ◦ green 22 ◦ blue 189

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

Shades of Dark Violet #8316BD

Tints of Dark Violet #8316BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 38.3%
G = 6.43%
B = 55.26%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8316BD (or 0x8316BD) is known color: Dark Violet. HEX triplet: 83, 16 and BD. RGB value is (131,22,189). Sum of RGB (Red+Green+Blue) = 131+22+189=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #8316BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316BD is #7CE942. Grayscale: #494949. Windows color (decimal): -8186179 or 12392067. OLE color: 12392067.

HSL color Cylindrical-coordinate representation of color #8316BD: hue angle of 279.16º 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 #8316BD is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 22 189 -
CMYK 0.31 0.88 0 0.26
HSL 279.16º 0.79% 0.41% -
HSV(B) 279.16º 0.88% 0.74% -
XYZ 18.83 9.07 48.9 -
YUV 73.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 131 22 189 0.31 0.88 0 0.26 279.16 0.79 0.41
Hex 83 16 BD 1F 58 0 1A 117 4F 29
Octal 203 26 275 37 130 0 32 427 117 51
Binary 10000011 10110 10111101 11111 1011000 0 11010 100010111 1001111 101001

Color Harmonies of #8316BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316BD

Black with #8316BD

Text Example


Text Example

White with #8316BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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