#8348EF

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

Shades of Blue Violet #8348EF

Tints of Blue Violet #8348EF

Color information

#8348EF (or 0x8348EF) is unknown color: approx Blue Violet. HEX triplet: 83, 48 and EF. RGB value is (131,72,239). Sum of RGB (Red+Green+Blue) = 131+72+239=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #8348EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8348EF is #7CB710. Grayscale: #6C6C6C. Windows color (decimal): -8173329 or 15681667. OLE color: 15681667.

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

Color convert

RGB13172239-
CMYK0.450.7000.06
HSL261.2º83.92%60.98%-
HSV(B)261.2º69.87%93.73%-
XYZ27.2615.6983.25-
YUV108.68201.55143.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 72 (28.52% from 255) = 16.29%
BLUE value IS 239 (93.75% from 255) = 54.07%
R=29.64%
G=16.29%
B=54.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131722390.450.7000.06261.283.9260.98
Hex8348EF2D4606105543d
Octal203110357551060640512475
Binary10000011100100011101111101101100011001101000001011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8348EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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