#8344ed

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

Shades of Blue Violet #8344ED

Tints of Blue Violet #8344ED

Color information

#8344ED (or 0x8344ED) is unknown color: approx Blue Violet. HEX triplet: 83, 44 and ED. RGB value is (131,68,237). Sum of RGB (Red+Green+Blue) = 131+68+237=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #8344ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8344ED is #7CBB12. Grayscale: #696969. Windows color (decimal): -8174355 or 15549571. OLE color: 15549571.

HSL color Cylindrical-coordinate representation of color #8344ED: hue angle of 262.37º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8344ED is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13168237-
CMYK0.450.7100.07
HSL262.37º82.44%59.8%-
HSV(B)262.37º71.31%92.94%-
XYZ26.7115.0781.62-
YUV106.1201.87145.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 68 (26.95% from 255) = 15.60%
BLUE value IS 237 (92.97% from 255) = 54.36%
R=30.05%
G=15.60%
B=54.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131682370.450.7100.07262.3782.4459.8
Hex8344ED2D4707106523c
Octal203104355551070740612274
Binary10000011100010011101101101101100011101111000001101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8344ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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