#84156C

Color #84156C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #84156C

Tints of Dark Purple #84156C

Color information

#84156C (or 0x84156C) is unknown color: approx Dark Purple. HEX triplet: 84, 15 and 6C. RGB value is (132,21,108). Sum of RGB (Red+Green+Blue) = 132+21+108=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84156C is #7BEA93. Grayscale: #3F3F3F. Windows color (decimal): -8120980 or 7083396. OLE color: 7083396.

HSL color Cylindrical-coordinate representation of color #84156C: hue angle of 312.97º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84156C is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13221108-
CMYK00.840.180.48
HSL312.97º72.55%30%-
HSV(B)312.97º84.09%51.76%-
XYZ12.496.5214.79-
YUV64.11152.77176.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=50.57%
G=8.05%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322110800.840.180.48312.9772.5530
Hex84156C0541230139491e
Octal204251540124226047111136
Binary100001001010111011000101010010010110000100111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84156C; }

 p { color: rgb(132,21,108); }

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

<style>
 a { background-color: #84156C; }

 a { background-color: rgb(132,21,108); }

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

<style>
 span { border-color: #84156C; }

 span { border-color: rgb(132,21,108); }

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