#8315AD

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

Shades of Vivid Violet #8315AD

Tints of Vivid Violet #8315AD

Color information

#8315AD (or 0x8315AD) is unknown color: approx Vivid Violet. HEX triplet: 83, 15 and AD. RGB value is (131,21,173). Sum of RGB (Red+Green+Blue) = 131+21+173=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #8315AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8315AD is #7CEA52. Grayscale: #464646. Windows color (decimal): -8186451 or 11343235. OLE color: 11343235.

HSL color Cylindrical-coordinate representation of color #8315AD: hue angle of 283.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8315AD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13121173-
CMYK0.240.8800.32
HSL283.42º78.35%38.04%-
HSV(B)283.42º87.86%67.84%-
XYZ17.178.3840.25-
YUV71.22185.44170.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 21 (8.59% from 255) = 6.46%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=40.31%
G=6.46%
B=53.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131211730.240.8800.32283.4278.3538.04
Hex8315AD185802011b4e26
Octal203252553013004043311646
Binary10000011101011010110111000101100001000001000110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8315AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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