Html Css Color HEX #8341EB Blue Violet

📋 copy color: '#8341EB'

red 131 ◦ green 65 ◦ blue 235

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

Shades of Blue Violet #8341EB

Tints of Blue Violet #8341EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 30.39%
G = 15.08%
B = 54.52%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8341EB (or 0x8341EB) is known color: Blue Violet. HEX triplet: 83, 41 and EB. RGB value is (131,65,235). Sum of RGB (Red+Green+Blue) = 131+65+235=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #8341EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8341EB is #7CBE14. Grayscale: #676767. Windows color (decimal): -8175125 or 15417731. OLE color: 15417731.

HSL color Cylindrical-coordinate representation of color #8341EB: hue angle of 263.29º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8341EB is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 65 235 -
CMYK 0.44 0.72 0 0.08
HSL 263.29º 0.81% 0.59% -
HSV(B) 263.29º 0.72% 0.92% -
XYZ 26.25 14.6 80.03 -
YUV 104.11 201.87 147.18 -
System Red Green Blue C M Y K H S L
Decimal 131 65 235 0.44 0.72 0 0.08 263.29 0.81 0.59
Hex 83 41 EB 2C 48 0 8 107 51 3B
Octal 203 101 353 54 110 0 10 407 121 73
Binary 10000011 1000001 11101011 101100 1001000 0 1000 100000111 1010001 111011

Color Harmonies of #8341EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341EB

Black with #8341EB

Text Example


Text Example

White with #8341EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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