#8518ca

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

Shades of Dark Violet #8518CA

Tints of Dark Violet #8518CA

Color information

#8518CA (or 0x8518CA) is unknown color: approx Dark Violet. HEX triplet: 85, 18 and CA. RGB value is (133,24,202). Sum of RGB (Red+Green+Blue) = 133+24+202=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #8518CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8518CA is #7AE735. Grayscale: #4C4C4C. Windows color (decimal): -8054582 or 13244549. OLE color: 13244549.

HSL color Cylindrical-coordinate representation of color #8518CA: hue angle of 276.74º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8518CA is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13324202-
CMYK0.340.8800.21
HSL276.74º78.76%44.31%-
HSV(B)276.74º88.12%79.22%-
XYZ20.669.956.7-
YUV76.88198.61168.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 24 (9.77% from 255) = 6.69%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=37.05%
G=6.69%
B=56.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133242020.340.8800.21276.7478.7644.31
Hex8518CA22580151154f2c
Octal205303124213002542511754
Binary10000101110001100101010001010110000101011000101011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8518ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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