Html Css Color HEX #8341DA Blue Violet

📋 copy color: '#8341DA'

red 131 ◦ green 65 ◦ blue 218

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

Shades of Blue Violet #8341DA

Tints of Blue Violet #8341DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 31.64%
G = 15.7%
B = 52.66%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8341DA (or 0x8341DA) is known color: Blue Violet. HEX triplet: 83, 41 and DA. RGB value is (131,65,218). Sum of RGB (Red+Green+Blue) = 131+65+218=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #8341DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341DA is #7CBE25. Grayscale: #656565. Windows color (decimal): -8175142 or 14303619. OLE color: 14303619.

HSL color Cylindrical-coordinate representation of color #8341DA: hue angle of 265.88º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8341DA is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 65 218 -
CMYK 0.40 0.70 0 0.15
HSL 265.88º 0.67% 0.55% -
HSV(B) 265.88º 0.7% 0.85% -
XYZ 23.91 13.67 67.71 -
YUV 102.18 193.37 148.56 -
System Red Green Blue C M Y K H S L
Decimal 131 65 218 0.40 0.70 0 0.15 265.88 0.67 0.55
Hex 83 41 DA 28 46 0 F 10A 43 37
Octal 203 101 332 50 106 0 17 412 103 67
Binary 10000011 1000001 11011010 101000 1000110 0 1111 100001010 1000011 110111

Color Harmonies of #8341DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341DA

Black with #8341DA

Text Example


Text Example

White with #8341DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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