Html Css Color HEX #8349DC Blue Violet

📋 copy color: '#8349DC'

red 131 ◦ green 73 ◦ blue 220

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

Shades of Blue Violet #8349DC

Tints of Blue Violet #8349DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 30.9%
G = 17.22%
B = 51.89%

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

#8349DC (or 0x8349DC) is known color: Blue Violet. HEX triplet: 83, 49 and DC. RGB value is (131,73,220). Sum of RGB (Red+Green+Blue) = 131+73+220=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #8349DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349DC is #7CB623. Grayscale: #6A6A6A. Windows color (decimal): -8173092 or 14436739. OLE color: 14436739.

HSL color Cylindrical-coordinate representation of color #8349DC: hue angle of 263.67º degrees, saturation: 0.68, 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 #8349DC is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 73 220 -
CMYK 0.40 0.67 0 0.14
HSL 263.67º 0.68% 0.57% -
HSV(B) 263.67º 0.67% 0.86% -
XYZ 24.66 14.76 69.26 -
YUV 107.1 191.72 145.05 -
System Red Green Blue C M Y K H S L
Decimal 131 73 220 0.40 0.67 0 0.14 263.67 0.68 0.57
Hex 83 49 DC 28 43 0 E 108 44 39
Octal 203 111 334 50 103 0 16 410 104 71
Binary 10000011 1001001 11011100 101000 1000011 0 1110 100001000 1000100 111001

Color Harmonies of #8349DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8349DC

Black with #8349DC

Text Example


Text Example

White with #8349DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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