Html Css Color HEX #8515AE Dark Violet

📋 copy color: '#8515AE'

red 133 ◦ green 21 ◦ blue 174

#8515AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8515AE

Tints of Dark Violet #8515AE

RGB

 RED value IS 133 (52.34% from 255) = 40.55%

 GREEN value IS 21 (8.59% from 255) = 6.4%

 BLUE value IS 174 (68.36% from 255) = 53.05%

R = 40.55%
G = 6.4%
B = 53.05%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8515AE (or 0x8515AE) is known color: Dark Violet. HEX triplet: 85, 15 and AE. RGB value is (133,21,174). Sum of RGB (Red+Green+Blue) = 133+21+174=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #8515AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8515AE is #7AEA51. Grayscale: #474747. Windows color (decimal): -8055378 or 11408773. OLE color: 11408773.

HSL color Cylindrical-coordinate representation of color #8515AE: hue angle of 283.92º degrees, saturation: 0.78, 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 #8515AE is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 21 174 -
CMYK 0.24 0.88 0 0.32
HSL 283.92º 0.78% 0.38% -
HSV(B) 283.92º 0.88% 0.68% -
XYZ 17.58 8.58 40.77 -
YUV 71.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 133 21 174 0.24 0.88 0 0.32 283.92 0.78 0.38
Hex 85 15 AE 18 58 0 20 11C 4E 26
Octal 205 25 256 30 130 0 40 434 116 46
Binary 10000101 10101 10101110 11000 1011000 0 100000 100011100 1001110 100110

Color Harmonies of #8515AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515AE

Black with #8515AE

Text Example


Text Example

White with #8515AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8515AE;
 }
 .AnyTagClassName
 {
   color: #8515AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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