#8348ED

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

Shades of Blue Violet #8348ED

Tints of Blue Violet #8348ED

Color information

#8348ED (or 0x8348ED) is unknown color: approx Blue Violet. HEX triplet: 83, 48 and ED. RGB value is (131,72,237). Sum of RGB (Red+Green+Blue) = 131+72+237=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #8348ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8348ED is #7CB712. Grayscale: #6B6B6B. Windows color (decimal): -8173331 or 15550595. OLE color: 15550595.

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

Color convert

RGB13172237-
CMYK0.450.7000.07
HSL261.45º82.09%60.59%-
HSV(B)261.45º69.62%92.94%-
XYZ26.9615.5781.71-
YUV108.45200.55144.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 237 (92.97% from 255) = 53.86%
R=29.77%
G=16.36%
B=53.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131722370.450.7000.07261.4582.0960.59
Hex8348ED2D4607105523d
Octal203110355551060740512275
Binary10000011100100011101101101101100011001111000001011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8348ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8348ED; }

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

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

<style>
 a { background-color: #8348ED; }

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

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

<style>
 span { border-color: #8348ED; }

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

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