#8405BA

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

Shades of Dark Violet #8405BA

Tints of Dark Violet #8405BA

Color information

#8405BA (or 0x8405BA) is unknown color: approx Dark Violet. HEX triplet: 84, 05 and BA. RGB value is (132,5,186). Sum of RGB (Red+Green+Blue) = 132+5+186=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #8405BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405BA is #7BFA45. Grayscale: #3F3F3F. Windows color (decimal): -8124998 or 12191108. OLE color: 12191108.

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

Color convert

RGB1325186-
CMYK0.290.9700.27
HSL282.1º94.76%37.45%-
HSV(B)282.1º97.31%72.94%-
XYZ18.438.5647.13-
YUV63.61197.08176.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 5 (2.34% from 255) = 1.55%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=40.87%
G=1.55%
B=57.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13251860.290.9700.27282.194.7637.45
Hex845BA1D6101B11a5f25
Octal20452723514103343213745
Binary10000100101101110101110111000010110111000110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8405BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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