#8515CE

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

Shades of Dark Violet #8515CE

Tints of Dark Violet #8515CE

Color information

#8515CE (or 0x8515CE) is unknown color: approx Dark Violet. HEX triplet: 85, 15 and CE. RGB value is (133,21,206). Sum of RGB (Red+Green+Blue) = 133+21+206=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #8515CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515CE is #7AEA31. Grayscale: #4A4A4A. Windows color (decimal): -8055346 or 13505925. OLE color: 13505925.

HSL color Cylindrical-coordinate representation of color #8515CE: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8515CE is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13321206-
CMYK0.350.9000.19
HSL276.32º81.5%44.51%-
HSV(B)276.32º89.81%80.78%-
XYZ21.089.9859.21-
YUV75.58201.61168.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 206 (80.86% from 255) = 57.22%
R=36.94%
G=5.83%
B=57.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133212060.350.9000.19276.3281.544.51
Hex8515CE235A013114512d
Octal205253164313202342412155
Binary10000101101011100111010001110110100100111000101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8515CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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