#8515CA

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

Shades of Dark Violet #8515CA

Tints of Dark Violet #8515CA

Color information

#8515CA (or 0x8515CA) is unknown color: approx Dark Violet. HEX triplet: 85, 15 and CA. RGB value is (133,21,202). Sum of RGB (Red+Green+Blue) = 133+21+202=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #8515CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CA is #7AEA35. Grayscale: #4A4A4A. Windows color (decimal): -8055350 or 13243781. OLE color: 13243781.

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

Color convert

RGB13321202-
CMYK0.340.9000.21
HSL277.13º81.17%43.73%-
HSV(B)277.13º89.6%79.22%-
XYZ20.69.7956.68-
YUV75.12199.61169.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 21 (8.59% from 255) = 5.90%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=37.36%
G=5.90%
B=56.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133212020.340.9000.21277.1381.1743.73
Hex8515CA225A015115512c
Octal205253124213202542512154
Binary10000101101011100101010001010110100101011000101011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8515CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8515CA; }

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

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

<style>
 a { background-color: #8515CA; }

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

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

<style>
 span { border-color: #8515CA; }

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

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