#84386C

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

Shades of Dark Purple #84386C

Tints of Dark Purple #84386C

Color information

#84386C (or 0x84386C) is unknown color: approx Dark Purple. HEX triplet: 84, 38 and 6C. RGB value is (132,56,108). Sum of RGB (Red+Green+Blue) = 132+56+108=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84386C is #7BC793. Grayscale: #545454. Windows color (decimal): -8112020 or 7092356. OLE color: 7092356.

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

Color convert

RGB13256108-
CMYK00.580.180.48
HSL318.95º40.43%36.86%-
HSV(B)318.95º57.58%51.76%-
XYZ13.648.8215.17-
YUV84.65141.18161.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=44.59%
G=18.92%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325610800.580.180.48318.9540.4336.86
Hex84386C03A123013f2825
Octal2047015407222604775045
Binary100001001110001101100011101010010110000100111111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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