#8326d1

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

Shades of Blue Violet #8326D1

Tints of Blue Violet #8326D1

Color information

#8326D1 (or 0x8326D1) is unknown color: approx Blue Violet. HEX triplet: 83, 26 and D1. RGB value is (131,38,209). Sum of RGB (Red+Green+Blue) = 131+38+209=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #8326D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8326D1 is #7CD92E. Grayscale: #545454. Windows color (decimal): -8182063 or 13706883. OLE color: 13706883.

HSL color Cylindrical-coordinate representation of color #8326D1: hue angle of 272.63º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8326D1 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13138209-
CMYK0.370.8200.18
HSL272.63º69.23%48.43%-
HSV(B)272.63º81.82%81.96%-
XYZ21.5610.8161.27-
YUV85.3197.81160.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 38 (15.23% from 255) = 10.05%
BLUE value IS 209 (82.03% from 255) = 55.29%
R=34.66%
G=10.05%
B=55.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131382090.370.8200.18272.6369.2348.43
Hex8326D125520121114530
Octal203463214512202242110560
Binary100000111001101101000110010110100100100101000100011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8326d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8326d1; }

 p { color: rgb(131,38,209); }

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

<style>
 a { background-color: #8326d1; }

 a { background-color: rgb(131,38,209); }

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

<style>
 span { border-color: #8326d1; }

 span { border-color: rgb(131,38,209); }

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