Html Css Color HEX #8348DF Blue Violet

📋 copy color: '#8348DF'

red 131 ◦ green 72 ◦ blue 223

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

Shades of Blue Violet #8348DF

Tints of Blue Violet #8348DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 30.75%
G = 16.9%
B = 52.35%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8348DF (or 0x8348DF) is known color: Blue Violet. HEX triplet: 83, 48 and DF. RGB value is (131,72,223). Sum of RGB (Red+Green+Blue) = 131+72+223=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #8348DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348DF is #7CB720. Grayscale: #6A6A6A. Windows color (decimal): -8173345 or 14633091. OLE color: 14633091.

HSL color Cylindrical-coordinate representation of color #8348DF: hue angle of 263.44º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8348DF is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 72 223 -
CMYK 0.41 0.68 0 0.13
HSL 263.44º 0.7% 0.58% -
HSV(B) 263.44º 0.68% 0.87% -
XYZ 25 14.79 71.35 -
YUV 106.86 193.55 145.22 -
System Red Green Blue C M Y K H S L
Decimal 131 72 223 0.41 0.68 0 0.13 263.44 0.7 0.58
Hex 83 48 DF 29 44 0 D 107 46 3A
Octal 203 110 337 51 104 0 15 407 106 72
Binary 10000011 1001000 11011111 101001 1000100 0 1101 100000111 1000110 111010

Color Harmonies of #8348DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348DF

Black with #8348DF

Text Example


Text Example

White with #8348DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8348DF; }

 p { color: rgb(131,72,223); }

 H1.HeaderClassName
 {
   color: #8348DF;
 }
 .AnyTagClassName
 {
   color: #8348DF;
 }
</style>

background-color css

<style>
 a { background-color: #8348DF; }

 a { background-color: rgb(131,72,223); }

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

border-color css

<style>
 span { border-color: #8348DF; }

 span { border-color: rgb(131,72,223); }

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