Html Css Color HEX #8340D5 Blue Violet

📋 copy color: '#8340D5'

red 131 ◦ green 64 ◦ blue 213

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

Shades of Blue Violet #8340D5

Tints of Blue Violet #8340D5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 32.11%
G = 15.69%
B = 52.21%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8340D5 (or 0x8340D5) is known color: Blue Violet. HEX triplet: 83, 40 and D5. RGB value is (131,64,213). Sum of RGB (Red+Green+Blue) = 131+64+213=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #8340D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340D5 is #7CBF2A. Grayscale: #646464. Windows color (decimal): -8175403 or 13975683. OLE color: 13975683.

HSL color Cylindrical-coordinate representation of color #8340D5: hue angle of 266.98º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8340D5 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 64 213 -
CMYK 0.38 0.70 0 0.16
HSL 266.98º 0.64% 0.54% -
HSV(B) 266.98º 0.7% 0.84% -
XYZ 23.2 13.3 64.29 -
YUV 101.02 191.2 149.38 -
System Red Green Blue C M Y K H S L
Decimal 131 64 213 0.38 0.70 0 0.16 266.98 0.64 0.54
Hex 83 40 D5 26 46 0 10 10B 40 36
Octal 203 100 325 46 106 0 20 413 100 66
Binary 10000011 1000000 11010101 100110 1000110 0 10000 100001011 1000000 110110

Color Harmonies of #8340D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8340D5

Black with #8340D5

Text Example


Text Example

White with #8340D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8340D5; }

 p { color: rgb(131,64,213); }

 H1.HeaderClassName
 {
   color: #8340D5;
 }
 .AnyTagClassName
 {
   color: #8340D5;
 }
</style>

background-color css

<style>
 a { background-color: #8340D5; }

 a { background-color: rgb(131,64,213); }

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

border-color css

<style>
 span { border-color: #8340D5; }

 span { border-color: rgb(131,64,213); }

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