#8416BA

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

Shades of Dark Violet #8416BA

Tints of Dark Violet #8416BA

Color information

#8416BA (or 0x8416BA) is unknown color: approx Dark Violet. HEX triplet: 84, 16 and BA. RGB value is (132,22,186). Sum of RGB (Red+Green+Blue) = 132+22+186=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #8416BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8416BA is #7BE945. Grayscale: #494949. Windows color (decimal): -8120646 or 12195460. OLE color: 12195460.

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

Color convert

RGB13222186-
CMYK0.290.8800.27
HSL280.24º78.85%40.78%-
HSV(B)280.24º88.17%72.94%-
XYZ18.679.0247.21-
YUV73.59191.44169.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 22 (8.98% from 255) = 6.47%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=38.82%
G=6.47%
B=54.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132221860.290.8800.27280.2478.8540.78
Hex8416BA1D5801B1184f29
Octal204262723513003343011751
Binary1000010010110101110101110110110000110111000110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8416BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,22,186); }

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

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

 a { background-color: rgb(132,22,186); }

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

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

 span { border-color: rgb(132,22,186); }

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