#8348CF

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

Shades of Blue Violet #8348CF

Tints of Blue Violet #8348CF

Color information

#8348CF (or 0x8348CF) is unknown color: approx Blue Violet. HEX triplet: 83, 48 and CF. RGB value is (131,72,207). Sum of RGB (Red+Green+Blue) = 131+72+207=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #8348CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348CF is #7CB730. Grayscale: #686868. Windows color (decimal): -8173361 or 13584515. OLE color: 13584515.

HSL color Cylindrical-coordinate representation of color #8348CF: hue angle of 266.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8348CF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13172207-
CMYK0.370.6500.19
HSL266.22º58.44%54.71%-
HSV(B)266.22º65.22%81.18%-
XYZ22.9413.9760.52-
YUV105.03185.55146.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 207 (81.25% from 255) = 50.49%
R=31.95%
G=17.56%
B=50.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131722070.370.6500.19266.2258.4454.71
Hex8348CF254101310a3a37
Octal203110317451010234127267
Binary100000111001000110011111001011000001010011100001010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8348CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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