Html Css Color HEX #8348D9 Blue Violet

📋 copy color: '#8348D9'

red 131 ◦ green 72 ◦ blue 217

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

Shades of Blue Violet #8348D9

Tints of Blue Violet #8348D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.67%

R = 31.19%
G = 17.14%
B = 51.67%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8348D9 (or 0x8348D9) is known color: Blue Violet. HEX triplet: 83, 48 and D9. RGB value is (131,72,217). Sum of RGB (Red+Green+Blue) = 131+72+217=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #8348D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348D9 is #7CB726. Grayscale: #696969. Windows color (decimal): -8173351 or 14239875. OLE color: 14239875.

HSL color Cylindrical-coordinate representation of color #8348D9: hue angle of 264.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8348D9 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 72 217 -
CMYK 0.40 0.67 0 0.15
HSL 264.41º 0.66% 0.57% -
HSV(B) 264.41º 0.67% 0.85% -
XYZ 24.2 14.47 67.16 -
YUV 106.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 131 72 217 0.40 0.67 0 0.15 264.41 0.66 0.57
Hex 83 48 D9 28 43 0 F 108 42 39
Octal 203 110 331 50 103 0 17 410 102 71
Binary 10000011 1001000 11011001 101000 1000011 0 1111 100001000 1000010 111001

Color Harmonies of #8348D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348D9

Black with #8348D9

Text Example


Text Example

White with #8348D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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