Html Css Color HEX #8348DD Blue Violet

📋 copy color: '#8348DD'

red 131 ◦ green 72 ◦ blue 221

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

Shades of Blue Violet #8348DD

Tints of Blue Violet #8348DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 30.9%
G = 16.98%
B = 52.12%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8348DD (or 0x8348DD) is known color: Blue Violet. HEX triplet: 83, 48 and DD. RGB value is (131,72,221). Sum of RGB (Red+Green+Blue) = 131+72+221=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #8348DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348DD is #7CB722. Grayscale: #6A6A6A. Windows color (decimal): -8173347 or 14502019. OLE color: 14502019.

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

Color convert

RGB 131 72 221 -
CMYK 0.41 0.67 0 0.13
HSL 263.76º 0.69% 0.57% -
HSV(B) 263.76º 0.67% 0.87% -
XYZ 24.73 14.68 69.94 -
YUV 106.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 131 72 221 0.41 0.67 0 0.13 263.76 0.69 0.57
Hex 83 48 DD 29 43 0 D 108 45 39
Octal 203 110 335 51 103 0 15 410 105 71
Binary 10000011 1001000 11011101 101001 1000011 0 1101 100001000 1000101 111001

Color Harmonies of #8348DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8348DD

Black with #8348DD

Text Example


Text Example

White with #8348DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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