#84197B

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

Shades of Dark Purple #84197B

Tints of Dark Purple #84197B

Color information

#84197B (or 0x84197B) is unknown color: approx Dark Purple. HEX triplet: 84, 19 and 7B. RGB value is (132,25,123). Sum of RGB (Red+Green+Blue) = 132+25+123=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84197B is #7BE684. Grayscale: #434343. Windows color (decimal): -8119941 or 8067460. OLE color: 8067460.

HSL color Cylindrical-coordinate representation of color #84197B: hue angle of 305.05º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #84197B is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13225123-
CMYK00.810.070.48
HSL305.05º68.15%30.78%-
HSV(B)305.05º81.06%51.76%-
XYZ13.447.0319.39-
YUV68.16158.95173.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=47.14%
G=8.93%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322512300.810.070.48305.0568.1530.78
Hex84197B051730131441f
Octal20431173012176046110437
Binary1000010011001111101101010001111110000100110001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84197B; }

 p { color: rgb(132,25,123); }

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

<style>
 a { background-color: #84197B; }

 a { background-color: rgb(132,25,123); }

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

<style>
 span { border-color: #84197B; }

 span { border-color: rgb(132,25,123); }

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