Html Css Color HEX #8313DB Blue Violet

📋 copy color: '#8313DB'

red 131 ◦ green 19 ◦ blue 219

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

Shades of Blue Violet #8313DB

Tints of Blue Violet #8313DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

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

R = 35.5%
G = 5.15%
B = 59.35%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8313DB (or 0x8313DB) is known color: Blue Violet. HEX triplet: 83, 13 and DB. RGB value is (131,19,219). Sum of RGB (Red+Green+Blue) = 131+19+219=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #8313DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313DB is #7CEC24. Grayscale: #4A4A4A. Windows color (decimal): -8186917 or 14357379. OLE color: 14357379.

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

Color convert

RGB 131 19 219 -
CMYK 0.40 0.91 0 0.14
HSL 273.6º 0.84% 0.47% -
HSV(B) 273.6º 0.91% 0.86% -
XYZ 22.38 10.41 67.85 -
YUV 75.29 209.11 167.74 -
System Red Green Blue C M Y K H S L
Decimal 131 19 219 0.40 0.91 0 0.14 273.6 0.84 0.47
Hex 83 13 DB 28 5B 0 E 112 54 2F
Octal 203 23 333 50 133 0 16 422 124 57
Binary 10000011 10011 11011011 101000 1011011 0 1110 100010010 1010100 101111

Color Harmonies of #8313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313DB

Black with #8313DB

Text Example


Text Example

White with #8313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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