Html Css Color HEX #8346DB Blue Violet

📋 copy color: '#8346DB'

red 131 ◦ green 70 ◦ blue 219

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

Shades of Blue Violet #8346DB

Tints of Blue Violet #8346DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

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

R = 31.19%
G = 16.67%
B = 52.14%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8346DB (or 0x8346DB) is known color: Blue Violet. HEX triplet: 83, 46 and DB. RGB value is (131,70,219). Sum of RGB (Red+Green+Blue) = 131+70+219=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #8346DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8346DB is #7CB924. Grayscale: #686868. Windows color (decimal): -8173861 or 14370435. OLE color: 14370435.

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

Color convert

RGB 131 70 219 -
CMYK 0.40 0.68 0 0.14
HSL 264.56º 0.67% 0.57% -
HSV(B) 264.56º 0.68% 0.86% -
XYZ 24.34 14.32 68.5 -
YUV 105.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 131 70 219 0.40 0.68 0 0.14 264.56 0.67 0.57
Hex 83 46 DB 28 44 0 E 109 43 39
Octal 203 106 333 50 104 0 16 411 103 71
Binary 10000011 1000110 11011011 101000 1000100 0 1110 100001001 1000011 111001

Color Harmonies of #8346DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8346DB

Black with #8346DB

Text Example


Text Example

White with #8346DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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