#8615BA

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

Shades of Dark Violet #8615BA

Tints of Dark Violet #8615BA

Color information

#8615BA (or 0x8615BA) is unknown color: approx Dark Violet. HEX triplet: 86, 15 and BA. RGB value is (134,21,186). Sum of RGB (Red+Green+Blue) = 134+21+186=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8615BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8615BA is #79EA45. Grayscale: #494949. Windows color (decimal): -7989830 or 12195206. OLE color: 12195206.

HSL color Cylindrical-coordinate representation of color #8615BA: hue angle of 281.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8615BA is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13421186-
CMYK0.280.8900.27
HSL281.09º79.71%40.59%-
HSV(B)281.09º88.71%72.94%-
XYZ18.969.1547.22-
YUV73.6191.44171.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 21 (8.59% from 255) = 6.16%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=39.30%
G=6.16%
B=54.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134211860.280.8900.27281.0979.7140.59
Hex8615BA1C5901B1195029
Octal206252723413103343112051
Binary1000011010101101110101110010110010110111000110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8615BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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