#8315D8

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

Shades of Blue Violet #8315D8

Tints of Blue Violet #8315D8

Color information

#8315D8 (or 0x8315D8) is unknown color: approx Blue Violet. HEX triplet: 83, 15 and D8. RGB value is (131,21,216). Sum of RGB (Red+Green+Blue) = 131+21+216=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #8315D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315D8 is #7CEA27. Grayscale: #4B4B4B. Windows color (decimal): -8186408 or 14161283. OLE color: 14161283.

HSL color Cylindrical-coordinate representation of color #8315D8: hue angle of 273.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8315D8 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13121216-
CMYK0.390.9000.15
HSL273.85º82.28%46.47%-
HSV(B)273.85º90.28%84.71%-
XYZ22.0210.3265.8-
YUV76.12206.94167.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 21 (8.59% from 255) = 5.71%
BLUE value IS 216 (84.77% from 255) = 58.70%
R=35.60%
G=5.71%
B=58.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131212160.390.9000.15273.8582.2846.47
Hex8315D8275A0F112522e
Octal203253304713201742212256
Binary1000001110101110110001001111011010011111000100101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8315D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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