#8518C5

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

Shades of Dark Violet #8518C5

Tints of Dark Violet #8518C5

Color information

#8518C5 (or 0x8518C5) is unknown color: approx Dark Violet. HEX triplet: 85, 18 and C5. RGB value is (133,24,197). Sum of RGB (Red+Green+Blue) = 133+24+197=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #8518C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518C5 is #7AE73A. Grayscale: #4B4B4B. Windows color (decimal): -8054587 or 12916869. OLE color: 12916869.

HSL color Cylindrical-coordinate representation of color #8518C5: hue angle of 277.8º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8518C5 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13324197-
CMYK0.320.8800.23
HSL277.8º78.28%43.33%-
HSV(B)277.8º87.82%77.25%-
XYZ20.089.6753.63-
YUV76.31196.11168.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 24 (9.77% from 255) = 6.78%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=37.57%
G=6.78%
B=55.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133241970.320.8800.23277.878.2843.33
Hex8518C520580171164e2b
Octal205303054013002742611653
Binary10000101110001100010110000010110000101111000101101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8518C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8518C5; }

 p { color: rgb(133,24,197); }

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

<style>
 a { background-color: #8518C5; }

 a { background-color: rgb(133,24,197); }

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

<style>
 span { border-color: #8518C5; }

 span { border-color: rgb(133,24,197); }

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