Html Css Color HEX #8341FC Blue Violet

📋 copy color: '#8341FC'

red 131 ◦ green 65 ◦ blue 252

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

Shades of Blue Violet #8341FC

Tints of Blue Violet #8341FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 29.24%
G = 14.51%
B = 56.25%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8341FC (or 0x8341FC) is known color: Blue Violet. HEX triplet: 83, 41 and FC. RGB value is (131,65,252). Sum of RGB (Red+Green+Blue) = 131+65+252=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #8341FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8341FC is #7CBE03. Grayscale: #696969. Windows color (decimal): -8175108 or 16531843. OLE color: 16531843.

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

Color convert

RGB 131 65 252 -
CMYK 0.48 0.74 0 0.01
HSL 261.18º 0.97% 0.62% -
HSV(B) 261.18º 0.74% 0.99% -
XYZ 28.82 15.63 93.59 -
YUV 106.05 210.37 145.79 -
System Red Green Blue C M Y K H S L
Decimal 131 65 252 0.48 0.74 0 0.01 261.18 0.97 0.62
Hex 83 41 FC 30 4A 0 1 105 61 3E
Octal 203 101 374 60 112 0 1 405 141 76
Binary 10000011 1000001 11111100 110000 1001010 0 1 100000101 1100001 111110

Color Harmonies of #8341FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341FC

Black with #8341FC

Text Example


Text Example

White with #8341FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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