#840ABF

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

Shades of Dark Violet #840ABF

Tints of Dark Violet #840ABF

Color information

#840ABF (or 0x840ABF) is unknown color: approx Dark Violet. HEX triplet: 84, 0A and BF. RGB value is (132,10,191). Sum of RGB (Red+Green+Blue) = 132+10+191=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #840ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840ABF is #7BF540. Grayscale: #424242. Windows color (decimal): -8123713 or 12520068. OLE color: 12520068.

HSL color Cylindrical-coordinate representation of color #840ABF: hue angle of 280.44º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840ABF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13210191-
CMYK0.310.9500.25
HSL280.44º90.05%39.41%-
HSV(B)280.44º94.76%74.9%-
XYZ19.038.8850-
YUV67.11197.92174.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 191 (75% from 255) = 57.36%
R=39.64%
G=3.00%
B=57.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132101910.310.9500.25280.4490.0539.41
Hex84ABF1F5F0191185a27
Octal204122773713703143013247
Binary100001001010101111111111110111110110011000110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,10,191); }

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

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

 a { background-color: rgb(132,10,191); }

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

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

 span { border-color: rgb(132,10,191); }

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