#840BBA

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

Shades of Dark Violet #840BBA

Tints of Dark Violet #840BBA

Color information

#840BBA (or 0x840BBA) is unknown color: approx Dark Violet. HEX triplet: 84, 0B and BA. RGB value is (132,11,186). Sum of RGB (Red+Green+Blue) = 132+11+186=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #840BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840BBA is #7BF445. Grayscale: #424242. Windows color (decimal): -8123462 or 12192644. OLE color: 12192644.

HSL color Cylindrical-coordinate representation of color #840BBA: hue angle of 281.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840BBA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13211186-
CMYK0.290.9400.27
HSL281.49º88.83%38.63%-
HSV(B)281.49º94.09%72.94%-
XYZ18.58.6947.16-
YUV67.13195.09174.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=40.12%
G=3.34%
B=56.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132111860.290.9400.27281.4988.8338.63
Hex84BBA1D5E01B1195927
Octal204132723513603343113147
Binary100001001011101110101110110111100110111000110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840BBA; }

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

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

<style>
 a { background-color: #840BBA; }

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

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

<style>
 span { border-color: #840BBA; }

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

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