#8315D3

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

Shades of Blue Violet #8315D3

Tints of Blue Violet #8315D3

Color information

#8315D3 (or 0x8315D3) is unknown color: approx Blue Violet. HEX triplet: 83, 15 and D3. RGB value is (131,21,211). Sum of RGB (Red+Green+Blue) = 131+21+211=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 211 (82.81% from 255 or 58.13% from 363); Max value from RGB is 211 - color contains mainly: blue. Hex color #8315D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315D3 is #7CEA2C. Grayscale: #4A4A4A. Windows color (decimal): -8186413 or 13833603. OLE color: 13833603.

HSL color Cylindrical-coordinate representation of color #8315D3: hue angle of 274.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8315D3 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13121211-
CMYK0.380.9000.17
HSL274.74º81.9%45.49%-
HSV(B)274.74º90.05%82.75%-
XYZ21.3910.0662.44-
YUV75.55204.44167.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 21 (8.59% from 255) = 5.79%
BLUE value IS 211 (82.81% from 255) = 58.13%
R=36.09%
G=5.79%
B=58.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal131212110.380.9000.17274.7481.945.49
Hex8315D3265A011113522d
Octal203253234613202142312255
Binary10000011101011101001110011010110100100011000100111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8315D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,21,211); }

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

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

 a { background-color: rgb(131,21,211); }

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

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

 span { border-color: rgb(131,21,211); }

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