Html Css Color HEX #8316DB Blue Violet

📋 copy color: '#8316DB'

red 131 ◦ green 22 ◦ blue 219

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

Shades of Blue Violet #8316DB

Tints of Blue Violet #8316DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.87%

R = 35.22%
G = 5.91%
B = 58.87%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8316DB (or 0x8316DB) is known color: Blue Violet. HEX triplet: 83, 16 and DB. RGB value is (131,22,219). Sum of RGB (Red+Green+Blue) = 131+22+219=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #8316DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316DB is #7CE924. Grayscale: #4C4C4C. Windows color (decimal): -8186149 or 14358147. OLE color: 14358147.

HSL color Cylindrical-coordinate representation of color #8316DB: hue angle of 273.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8316DB is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 22 219 -
CMYK 0.40 0.90 0 0.14
HSL 273.2º 0.82% 0.47% -
HSV(B) 273.2º 0.9% 0.86% -
XYZ 22.43 10.51 67.86 -
YUV 77.05 208.11 166.48 -
System Red Green Blue C M Y K H S L
Decimal 131 22 219 0.40 0.90 0 0.14 273.2 0.82 0.47
Hex 83 16 DB 28 5A 0 E 111 52 2F
Octal 203 26 333 50 132 0 16 421 122 57
Binary 10000011 10110 11011011 101000 1011010 0 1110 100010001 1010010 101111

Color Harmonies of #8316DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316DB

Black with #8316DB

Text Example


Text Example

White with #8316DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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