#8327D1

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

Shades of Blue Violet #8327D1

Tints of Blue Violet #8327D1

Color information

#8327D1 (or 0x8327D1) is unknown color: approx Blue Violet. HEX triplet: 83, 27 and D1. RGB value is (131,39,209). Sum of RGB (Red+Green+Blue) = 131+39+209=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #8327D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8327D1 is #7CD82E. Grayscale: #555555. Windows color (decimal): -8181807 or 13707139. OLE color: 13707139.

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

Color convert

RGB13139209-
CMYK0.370.8100.18
HSL272.47º68.55%48.63%-
HSV(B)272.47º81.34%81.96%-
XYZ21.5910.8861.28-
YUV85.89197.48160.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 39 (15.62% from 255) = 10.29%
BLUE value IS 209 (82.03% from 255) = 55.15%
R=34.56%
G=10.29%
B=55.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131392090.370.8100.18272.4768.5548.63
Hex8327D125510121104531
Octal203473214512102242010561
Binary100000111001111101000110010110100010100101000100001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8327D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8327D1; }

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

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

<style>
 a { background-color: #8327D1; }

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

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

<style>
 span { border-color: #8327D1; }

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

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