Html Css Color HEX #8341D5 Blue Violet

📋 copy color: '#8341D5'

red 131 ◦ green 65 ◦ blue 213

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

Shades of Blue Violet #8341D5

Tints of Blue Violet #8341D5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

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

R = 32.03%
G = 15.89%
B = 52.08%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8341D5 (or 0x8341D5) is known color: Blue Violet. HEX triplet: 83, 41 and D5. RGB value is (131,65,213). Sum of RGB (Red+Green+Blue) = 131+65+213=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #8341D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341D5 is #7CBE2A. Grayscale: #656565. Windows color (decimal): -8175147 or 13975939. OLE color: 13975939.

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

Color convert

RGB 131 65 213 -
CMYK 0.38 0.69 0 0.16
HSL 266.76º 0.64% 0.55% -
HSV(B) 266.76º 0.69% 0.84% -
XYZ 23.26 13.41 64.31 -
YUV 101.61 190.87 148.97 -
System Red Green Blue C M Y K H S L
Decimal 131 65 213 0.38 0.69 0 0.16 266.76 0.64 0.55
Hex 83 41 D5 26 45 0 10 10B 40 37
Octal 203 101 325 46 105 0 20 413 100 67
Binary 10000011 1000001 11010101 100110 1000101 0 10000 100001011 1000000 110111

Color Harmonies of #8341D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341D5

Black with #8341D5

Text Example


Text Example

White with #8341D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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