Html Css Color HEX #8341DC Blue Violet

📋 copy color: '#8341DC'

red 131 ◦ green 65 ◦ blue 220

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

Shades of Blue Violet #8341DC

Tints of Blue Violet #8341DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 31.49%
G = 15.63%
B = 52.88%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8341DC (or 0x8341DC) is known color: Blue Violet. HEX triplet: 83, 41 and DC. RGB value is (131,65,220). Sum of RGB (Red+Green+Blue) = 131+65+220=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #8341DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341DC is #7CBE23. Grayscale: #656565. Windows color (decimal): -8175140 or 14434691. OLE color: 14434691.

HSL color Cylindrical-coordinate representation of color #8341DC: hue angle of 265.55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8341DC is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 65 220 -
CMYK 0.40 0.70 0 0.14
HSL 265.55º 0.69% 0.56% -
HSV(B) 265.55º 0.7% 0.86% -
XYZ 24.17 13.77 69.09 -
YUV 102.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 131 65 220 0.40 0.70 0 0.14 265.55 0.69 0.56
Hex 83 41 DC 28 46 0 E 10A 45 38
Octal 203 101 334 50 106 0 16 412 105 70
Binary 10000011 1000001 11011100 101000 1000110 0 1110 100001010 1000101 111000

Color Harmonies of #8341DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341DC

Black with #8341DC

Text Example


Text Example

White with #8341DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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