#8328d2

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

Shades of Blue Violet #8328D2

Tints of Blue Violet #8328D2

Color information

#8328D2 (or 0x8328D2) is unknown color: approx Blue Violet. HEX triplet: 83, 28 and D2. RGB value is (131,40,210). Sum of RGB (Red+Green+Blue) = 131+40+210=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #8328D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8328D2 is #7CD72D. Grayscale: #565656. Windows color (decimal): -8181550 or 13772931. OLE color: 13772931.

HSL color Cylindrical-coordinate representation of color #8328D2: hue angle of 272.12º degrees, saturation: 0.68, 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 #8328D2 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13140210-
CMYK0.380.8100.18
HSL272.12º68%49.02%-
HSV(B)272.12º80.95%82.35%-
XYZ21.751161.95-
YUV86.59197.65159.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 40 (16.02% from 255) = 10.50%
BLUE value IS 210 (82.42% from 255) = 55.12%
R=34.38%
G=10.50%
B=55.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131402100.380.8100.18272.126849.02
Hex8328D226510121104431
Octal203503224612102242010461
Binary100000111010001101001010011010100010100101000100001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8328d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8328d2; }

 p { color: rgb(131,40,210); }

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

<style>
 a { background-color: #8328d2; }

 a { background-color: rgb(131,40,210); }

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

<style>
 span { border-color: #8328d2; }

 span { border-color: rgb(131,40,210); }

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