#8332D1

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

Shades of Blue Violet #8332D1

Tints of Blue Violet #8332D1

Color information

#8332D1 (or 0x8332D1) is unknown color: approx Blue Violet. HEX triplet: 83, 32 and D1. RGB value is (131,50,209). Sum of RGB (Red+Green+Blue) = 131+50+209=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 209 (82.03% from 255 or 53.59% from 390); Max value from RGB is 209 - color contains mainly: blue. Hex color #8332D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8332D1 is #7CCD2E. Grayscale: #5B5B5B. Windows color (decimal): -8178991 or 13709955. OLE color: 13709955.

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

Color convert

RGB13150209-
CMYK0.370.7600.18
HSL270.57º63.35%50.78%-
HSV(B)270.57º76.08%81.96%-
XYZ22.0111.7161.42-
YUV92.34193.84155.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 50 (19.92% from 255) = 12.82%
BLUE value IS 209 (82.03% from 255) = 53.59%
R=33.59%
G=12.82%
B=53.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131502090.370.7600.18270.5763.3550.78
Hex8332D1254C01210f3f33
Octal20362321451140224177763
Binary10000011110010110100011001011001100010010100001111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8332D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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