Html Css Color HEX #8345D9 Blue Violet

📋 copy color: '#8345D9'

red 131 ◦ green 69 ◦ blue 217

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

Shades of Blue Violet #8345D9

Tints of Blue Violet #8345D9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

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

R = 31.41%
G = 16.55%
B = 52.04%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8345D9 (or 0x8345D9) is known color: Blue Violet. HEX triplet: 83, 45 and D9. RGB value is (131,69,217). Sum of RGB (Red+Green+Blue) = 131+69+217=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #8345D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345D9 is #7CBA26. Grayscale: #676767. Windows color (decimal): -8174119 or 14239107. OLE color: 14239107.

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

Color convert

RGB 131 69 217 -
CMYK 0.40 0.68 0 0.15
HSL 265.14º 0.66% 0.56% -
HSV(B) 265.14º 0.68% 0.85% -
XYZ 24.01 14.09 67.1 -
YUV 104.41 191.54 146.97 -
System Red Green Blue C M Y K H S L
Decimal 131 69 217 0.40 0.68 0 0.15 265.14 0.66 0.56
Hex 83 45 D9 28 44 0 F 109 42 38
Octal 203 105 331 50 104 0 17 411 102 70
Binary 10000011 1000101 11011001 101000 1000100 0 1111 100001001 1000010 111000

Color Harmonies of #8345D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8345D9

Black with #8345D9

Text Example


Text Example

White with #8345D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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