#923D84

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

Shades of Dark Purple #923D84

Tints of Dark Purple #923D84

Color information

#923D84 (or 0x923D84) is unknown color: approx Dark Purple. HEX triplet: 92, 3D and 84. RGB value is (146,61,132). Sum of RGB (Red+Green+Blue) = 146+61+132=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #923D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923D84 is #6DC27B. Grayscale: #5E5E5E. Windows color (decimal): -7193212 or 8666514. OLE color: 8666514.

HSL color Cylindrical-coordinate representation of color #923D84: hue angle of 309.88º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #923D84 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14661132-
CMYK00.580.100.43
HSL309.88º41.06%40.59%-
HSV(B)309.88º58.22%57.25%-
XYZ17.6911.1123.04-
YUV94.51149.16164.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=43.07%
G=17.99%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466113200.580.100.43309.8841.0640.59
Hex923D8403AA2B1362929
Octal2227520407212534665151
Binary100100101111011000010001110101010101011100110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923D84; }

 p { color: rgb(146,61,132); }

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

<style>
 a { background-color: #923D84; }

 a { background-color: rgb(146,61,132); }

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

<style>
 span { border-color: #923D84; }

 span { border-color: rgb(146,61,132); }

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