#8349DE

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

Shades of Blue Violet #8349DE

Tints of Blue Violet #8349DE

Color information

#8349DE (or 0x8349DE) is unknown color: approx Blue Violet. HEX triplet: 83, 49 and DE. RGB value is (131,73,222). Sum of RGB (Red+Green+Blue) = 131+73+222=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #8349DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8349DE is #7CB621. Grayscale: #6A6A6A. Windows color (decimal): -8173090 or 14567811. OLE color: 14567811.

HSL color Cylindrical-coordinate representation of color #8349DE: hue angle of 263.36º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8349DE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13173222-
CMYK0.410.6700.13
HSL263.36º69.3%57.84%-
HSV(B)263.36º67.12%87.06%-
XYZ24.9314.8670.66-
YUV107.33192.72144.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 73 (28.91% from 255) = 17.14%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=30.75%
G=17.14%
B=52.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131732220.410.6700.13263.3669.357.84
Hex8349DE29430D107453a
Octal2031113365110301540710572
Binary100000111001001110111101010011000011011011000001111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8349DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8349DE; }

 p { color: rgb(131,73,222); }

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

<style>
 a { background-color: #8349DE; }

 a { background-color: rgb(131,73,222); }

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

<style>
 span { border-color: #8349DE; }

 span { border-color: rgb(131,73,222); }

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