Html Css Color HEX #8349DB Blue Violet

📋 copy color: '#8349DB'

red 131 ◦ green 73 ◦ blue 219

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

Shades of Blue Violet #8349DB

Tints of Blue Violet #8349DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.26%

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

R = 30.97%
G = 17.26%
B = 51.77%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8349DB (or 0x8349DB) is known color: Blue Violet. HEX triplet: 83, 49 and DB. RGB value is (131,73,219). Sum of RGB (Red+Green+Blue) = 131+73+219=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #8349DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349DB is #7CB624. Grayscale: #6A6A6A. Windows color (decimal): -8173093 or 14371203. OLE color: 14371203.

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

Color convert

RGB 131 73 219 -
CMYK 0.40 0.67 0 0.14
HSL 263.84º 0.67% 0.57% -
HSV(B) 263.84º 0.67% 0.86% -
XYZ 24.53 14.7 68.56 -
YUV 106.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 131 73 219 0.40 0.67 0 0.14 263.84 0.67 0.57
Hex 83 49 DB 28 43 0 E 108 43 39
Octal 203 111 333 50 103 0 16 410 103 71
Binary 10000011 1001001 11011011 101000 1000011 0 1110 100001000 1000011 111001

Color Harmonies of #8349DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8349DB

Black with #8349DB

Text Example


Text Example

White with #8349DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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