#923389

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

Shades of Dark Purple #923389

Tints of Dark Purple #923389

Color information

#923389 (or 0x923389) is unknown color: approx Dark Purple. HEX triplet: 92, 33 and 89. RGB value is (146,51,137). Sum of RGB (Red+Green+Blue) = 146+51+137=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #923389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923389 is #6DCC76. Grayscale: #585858. Windows color (decimal): -7195767 or 8991634. OLE color: 8991634.

HSL color Cylindrical-coordinate representation of color #923389: hue angle of 305.68º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #923389 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14651137-
CMYK00.650.060.43
HSL305.68º48.22%38.63%-
HSV(B)305.68º65.07%57.25%-
XYZ17.5510.2824.73-
YUV89.21154.97168.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=43.71%
G=15.27%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465113700.650.060.43305.6848.2238.63
Hex92338904162B1323027
Octal2226321101016534626047
Binary100100101100111000100101000001110101011100110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923389; }

 p { color: rgb(146,51,137); }

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

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

 a { background-color: rgb(146,51,137); }

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

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

 span { border-color: rgb(146,51,137); }

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