#8513D7

Color #8513D7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8513D7

Tints of Dark Violet #8513D7

Color information

#8513D7 (or 0x8513D7) is unknown color: approx Dark Violet. HEX triplet: 85, 13 and D7. RGB value is (133,19,215). Sum of RGB (Red+Green+Blue) = 133+19+215=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 215 (84.38% from 255 or 58.58% from 367); Max value from RGB is 215 - color contains mainly: blue. Hex color #8513D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513D7 is #7AEC28. Grayscale: #4A4A4A. Windows color (decimal): -8055849 or 14095237. OLE color: 14095237.

HSL color Cylindrical-coordinate representation of color #8513D7: hue angle of 274.9º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8513D7 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13319215-
CMYK0.380.9100.16
HSL274.9º83.76%45.88%-
HSV(B)274.9º91.16%84.31%-
XYZ22.1710.3665.12-
YUV75.43206.77169.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 19 (7.81% from 255) = 5.18%
BLUE value IS 215 (84.38% from 255) = 58.58%
R=36.24%
G=5.18%
B=58.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133192150.380.9100.16274.983.7645.88
Hex8513D7265B010113542e
Octal205233274613302042312456
Binary10000101100111101011110011010110110100001000100111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8513D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8513D7; }

 p { color: rgb(133,19,215); }

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

<style>
 a { background-color: #8513D7; }

 a { background-color: rgb(133,19,215); }

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

<style>
 span { border-color: #8513D7; }

 span { border-color: rgb(133,19,215); }

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