Html Css Color HEX #8344D1 Blue Violet

📋 copy color: '#8344D1'

red 131 ◦ green 68 ◦ blue 209

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

Shades of Blue Violet #8344D1

Tints of Blue Violet #8344D1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.67%

 BLUE value IS 209 (82.03% from 255) = 51.23%

R = 32.11%
G = 16.67%
B = 51.23%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8344D1 (or 0x8344D1) is known color: Blue Violet. HEX triplet: 83, 44 and D1. RGB value is (131,68,209). Sum of RGB (Red+Green+Blue) = 131+68+209=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #8344D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8344D1 is #7CBB2E. Grayscale: #666666. Windows color (decimal): -8174383 or 13714563. OLE color: 13714563.

HSL color Cylindrical-coordinate representation of color #8344D1: hue angle of 266.81º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8344D1 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 68 209 -
CMYK 0.37 0.67 0 0.18
HSL 266.81º 0.61% 0.54% -
HSV(B) 266.81º 0.67% 0.82% -
XYZ 22.94 13.56 61.73 -
YUV 102.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 131 68 209 0.37 0.67 0 0.18 266.81 0.61 0.54
Hex 83 44 D1 25 43 0 12 10B 3D 36
Octal 203 104 321 45 103 0 22 413 75 66
Binary 10000011 1000100 11010001 100101 1000011 0 10010 100001011 111101 110110

Color Harmonies of #8344D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8344D1

Black with #8344D1

Text Example


Text Example

White with #8344D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8344D1; }

 p { color: rgb(131,68,209); }

 H1.HeaderClassName
 {
   color: #8344D1;
 }
 .AnyTagClassName
 {
   color: #8344D1;
 }
</style>

background-color css

<style>
 a { background-color: #8344D1; }

 a { background-color: rgb(131,68,209); }

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

border-color css

<style>
 span { border-color: #8344D1; }

 span { border-color: rgb(131,68,209); }

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