Html Css Color HEX #8341FA Blue Violet

📋 copy color: '#8341FA'

red 131 ◦ green 65 ◦ blue 250

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

Shades of Blue Violet #8341FA

Tints of Blue Violet #8341FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 29.37%
G = 14.57%
B = 56.05%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8341FA (or 0x8341FA) is known color: Blue Violet. HEX triplet: 83, 41 and FA. RGB value is (131,65,250). Sum of RGB (Red+Green+Blue) = 131+65+250=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #8341FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8341FA is #7CBE05. Grayscale: #696969. Windows color (decimal): -8175110 or 16400771. OLE color: 16400771.

HSL color Cylindrical-coordinate representation of color #8341FA: hue angle of 261.41º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8341FA is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 65 250 -
CMYK 0.48 0.74 0 0.02
HSL 261.41º 0.95% 0.62% -
HSV(B) 261.41º 0.74% 0.98% -
XYZ 28.51 15.51 91.93 -
YUV 105.82 209.37 145.96 -
System Red Green Blue C M Y K H S L
Decimal 131 65 250 0.48 0.74 0 0.02 261.41 0.95 0.62
Hex 83 41 FA 30 4A 0 2 105 5F 3E
Octal 203 101 372 60 112 0 2 405 137 76
Binary 10000011 1000001 11111010 110000 1001010 0 10 100000101 1011111 111110

Color Harmonies of #8341FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341FA

Black with #8341FA

Text Example


Text Example

White with #8341FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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