Html Css Color HEX #8341E9 Blue Violet

📋 copy color: '#8341E9'

red 131 ◦ green 65 ◦ blue 233

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

Shades of Blue Violet #8341E9

Tints of Blue Violet #8341E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 54.31%

R = 30.54%
G = 15.15%
B = 54.31%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8341E9 (or 0x8341E9) is known color: Blue Violet. HEX triplet: 83, 41 and E9. RGB value is (131,65,233). Sum of RGB (Red+Green+Blue) = 131+65+233=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #8341E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8341E9 is #7CBE16. Grayscale: #676767. Windows color (decimal): -8175127 or 15286659. OLE color: 15286659.

HSL color Cylindrical-coordinate representation of color #8341E9: hue angle of 263.57º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8341E9 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 65 233 -
CMYK 0.44 0.72 0 0.09
HSL 263.57º 0.79% 0.58% -
HSV(B) 263.57º 0.72% 0.91% -
XYZ 25.96 14.49 78.52 -
YUV 103.89 200.87 147.34 -
System Red Green Blue C M Y K H S L
Decimal 131 65 233 0.44 0.72 0 0.09 263.57 0.79 0.58
Hex 83 41 E9 2C 48 0 9 108 4F 3A
Octal 203 101 351 54 110 0 11 410 117 72
Binary 10000011 1000001 11101001 101100 1001000 0 1001 100001000 1001111 111010

Color Harmonies of #8341E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341E9

Black with #8341E9

Text Example


Text Example

White with #8341E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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