Html Css Color HEX #8341FF Blue Violet

📋 copy color: '#8341FF'

red 131 ◦ green 65 ◦ blue 255

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

Shades of Blue Violet #8341FF

Tints of Blue Violet #8341FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.54%

R = 29.05%
G = 14.41%
B = 56.54%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8341FF (or 0x8341FF) is known color: Blue Violet. HEX triplet: 83, 41 and FF. RGB value is (131,65,255). Sum of RGB (Red+Green+Blue) = 131+65+255=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #8341FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8341FF is #7CBE00. Grayscale: #696969. Windows color (decimal): -8175105 or 16728451. OLE color: 16728451.

HSL color Cylindrical-coordinate representation of color #8341FF: hue angle of 260.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8341FF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 65 255 -
CMYK 0.49 0.75 0 0
HSL 260.84º 1% 0.63% -
HSV(B) 260.84º 0.75% 1% -
XYZ 29.3 15.83 96.12 -
YUV 106.39 211.87 145.55 -
System Red Green Blue C M Y K H S L
Decimal 131 65 255 0.49 0.75 0 0 260.84 1 0.63
Hex 83 41 FF 31 4B 0 0 105 64 3F
Octal 203 101 377 61 113 0 0 405 144 77
Binary 10000011 1000001 11111111 110001 1001011 0 0 100000101 1100100 111111

Color Harmonies of #8341FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341FF

Black with #8341FF

Text Example


Text Example

White with #8341FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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