#923D7C

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

Shades of Dark Purple #923D7C

Tints of Dark Purple #923D7C

Color information

#923D7C (or 0x923D7C) is unknown color: approx Dark Purple. HEX triplet: 92, 3D and 7C. RGB value is (146,61,124). Sum of RGB (Red+Green+Blue) = 146+61+124=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #923D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923D7C is #6DC283. Grayscale: #5D5D5D. Windows color (decimal): -7193220 or 8142226. OLE color: 8142226.

HSL color Cylindrical-coordinate representation of color #923D7C: hue angle of 315.53º 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 #923D7C is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14661124-
CMYK00.580.150.43
HSL315.53º41.06%40.59%-
HSV(B)315.53º58.22%57.25%-
XYZ17.1610.920.27-
YUV93.6145.16165.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=44.11%
G=18.43%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466112400.580.150.43315.5341.0640.59
Hex923D7C03AF2B13c2929
Octal2227517407217534745151
Binary10010010111101111110001110101111101011100111100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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