#8615AF

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

Shades of Dark Violet #8615AF

Tints of Dark Violet #8615AF

Color information

#8615AF (or 0x8615AF) is unknown color: approx Dark Violet. HEX triplet: 86, 15 and AF. RGB value is (134,21,175). Sum of RGB (Red+Green+Blue) = 134+21+175=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #8615AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8615AF is #79EA50. Grayscale: #474747. Windows color (decimal): -7989841 or 11474310. OLE color: 11474310.

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

Color convert

RGB13421175-
CMYK0.230.8800.31
HSL284.03º78.57%38.43%-
HSV(B)284.03º88%68.63%-
XYZ17.848.741.3-
YUV72.34185.94171.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 175 (68.75% from 255) = 53.03%
R=40.61%
G=6.36%
B=53.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134211750.230.8800.31284.0378.5738.43
Hex8615AF175801F11c4f26
Octal206252572713003743411746
Binary1000011010101101011111011110110000111111000111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8615AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8615AF; }

 p { color: rgb(134,21,175); }

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

<style>
 a { background-color: #8615AF; }

 a { background-color: rgb(134,21,175); }

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

<style>
 span { border-color: #8615AF; }

 span { border-color: rgb(134,21,175); }

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