#8514AD

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

Shades of Dark Violet #8514AD

Tints of Dark Violet #8514AD

Color information

#8514AD (or 0x8514AD) is unknown color: approx Dark Violet. HEX triplet: 85, 14 and AD. RGB value is (133,20,173). Sum of RGB (Red+Green+Blue) = 133+20+173=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #8514AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8514AD is #7AEB52. Grayscale: #464646. Windows color (decimal): -8055635 or 11342981. OLE color: 11342981.

HSL color Cylindrical-coordinate representation of color #8514AD: hue angle of 284.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8514AD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13320173-
CMYK0.230.8800.32
HSL284.31º79.27%37.84%-
HSV(B)284.31º88.44%67.84%-
XYZ17.478.540.26-
YUV71.23185.44172.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 20 (8.20% from 255) = 6.13%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=40.80%
G=6.13%
B=53.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133201730.230.8800.32284.3179.2737.84
Hex8514AD175802011c4f26
Octal205242552713004043411746
Binary10000101101001010110110111101100001000001000111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8514AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8514AD; }

 p { color: rgb(133,20,173); }

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

<style>
 a { background-color: #8514AD; }

 a { background-color: rgb(133,20,173); }

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

<style>
 span { border-color: #8514AD; }

 span { border-color: rgb(133,20,173); }

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