#84387B

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

Shades of Dark Purple #84387B

Tints of Dark Purple #84387B

Color information

#84387B (or 0x84387B) is unknown color: approx Dark Purple. HEX triplet: 84, 38 and 7B. RGB value is (132,56,123). Sum of RGB (Red+Green+Blue) = 132+56+123=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84387B is #7BC784. Grayscale: #565656. Windows color (decimal): -8112005 or 8075396. OLE color: 8075396.

HSL color Cylindrical-coordinate representation of color #84387B: hue angle of 307.11º 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 #84387B is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13256123-
CMYK00.580.070.48
HSL307.11º40.43%36.86%-
HSV(B)307.11º57.58%51.76%-
XYZ14.519.1619.74-
YUV86.36148.68160.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=42.44%
G=18.01%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325612300.580.070.48307.1140.4336.86
Hex84387B03A7301332825
Octal204701730727604635045
Binary1000010011100011110110111010111110000100110011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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