#8031D3

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

Shades of Blue Violet #8031D3

Tints of Blue Violet #8031D3

Color information

#8031D3 (or 0x8031D3) is unknown color: approx Blue Violet. HEX triplet: 80, 31 and D3. RGB value is (128,49,211). Sum of RGB (Red+Green+Blue) = 128+49+211=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #8031D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8031D3 is #7FCE2C. Grayscale: #5A5A5A. Windows color (decimal): -8375853 or 13840768. OLE color: 13840768.

HSL color Cylindrical-coordinate representation of color #8031D3: hue angle of 269.26º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8031D3 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12849211-
CMYK0.390.7700.17
HSL269.26º64.8%50.98%-
HSV(B)269.26º76.78%82.75%-
XYZ21.7611.4962.7-
YUV91.09195.67154.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 49 (19.53% from 255) = 12.63%
BLUE value IS 211 (82.81% from 255) = 54.38%
R=32.99%
G=12.63%
B=54.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128492110.390.7700.17269.2664.850.98
Hex8031D3274D01110d4133
Octal200613234711502141510163
Binary100000001100011101001110011110011010100011000011011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8031D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8031D3; }

 p { color: rgb(128,49,211); }

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

<style>
 a { background-color: #8031D3; }

 a { background-color: rgb(128,49,211); }

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

<style>
 span { border-color: #8031D3; }

 span { border-color: rgb(128,49,211); }

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