#840cb3

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

Shades of Dark Violet #840CB3

Tints of Dark Violet #840CB3

Color information

#840CB3 (or 0x840CB3) is unknown color: approx Dark Violet. HEX triplet: 84, 0C and B3. RGB value is (132,12,179). Sum of RGB (Red+Green+Blue) = 132+12+179=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 179 (70.31% from 255 or 55.42% from 323); Max value from RGB is 179 - color contains mainly: blue. Hex color #840CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #840CB3 is #7BF34C. Grayscale: #424242. Windows color (decimal): -8123213 or 11734148. OLE color: 11734148.

HSL color Cylindrical-coordinate representation of color #840CB3: hue angle of 283.11º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840CB3 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13212179-
CMYK0.260.9300.30
HSL283.11º87.43%37.45%-
HSV(B)283.11º93.3%70.2%-
XYZ17.788.4243.34-
YUV66.92191.26174.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 12 (5.08% from 255) = 3.72%
BLUE value IS 179 (70.31% from 255) = 55.42%
R=40.87%
G=3.72%
B=55.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132121790.260.9300.30283.1187.4337.45
Hex84CB31A5D01E11b5725
Octal204142633213503643312745
Binary100001001100101100111101010111010111101000110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840cb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,12,179); }

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

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

 a { background-color: rgb(132,12,179); }

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

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

 span { border-color: rgb(132,12,179); }

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