#8344F1

Color #8344F1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8344F1

Tints of Blue Violet #8344F1

Color information

#8344F1 (or 0x8344F1) is unknown color: approx Blue Violet. HEX triplet: 83, 44 and F1. RGB value is (131,68,241). Sum of RGB (Red+Green+Blue) = 131+68+241=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #8344F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8344F1 is #7CBB0E. Grayscale: #696969. Windows color (decimal): -8174351 or 15811715. OLE color: 15811715.

HSL color Cylindrical-coordinate representation of color #8344F1: hue angle of 261.85º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8344F1 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13168241-
CMYK0.460.7200.05
HSL261.85º86.07%60.59%-
HSV(B)261.85º71.78%94.51%-
XYZ27.315.3184.74-
YUV106.56203.87145.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 68 (26.95% from 255) = 15.45%
BLUE value IS 241 (94.53% from 255) = 54.77%
R=29.77%
G=15.45%
B=54.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131682410.460.7200.05261.8586.0760.59
Hex8344F12E4805106563d
Octal203104361561100540612675
Binary10000011100010011110001101110100100001011000001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8344F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8344F1; }

 p { color: rgb(131,68,241); }

 H1.HeaderClassName
 {
   color: #8344F1;
 }
 .AnyTagClassName
 {
   color: #8344F1;
 }
</style>
background-color css

<style>
 a { background-color: #8344F1; }

 a { background-color: rgb(131,68,241); }

 div.DivClassName
 {
   background-color: #8344F1;
 }
 .BgClassName
 {
   background-color: #8344F1;
 }
</style>
border-color css

<style>
 span { border-color: #8344F1; }

 span { border-color: rgb(131,68,241); }

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