#923589

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

Shades of Dark Purple #923589

Tints of Dark Purple #923589

Color information

#923589 (or 0x923589) is unknown color: approx Dark Purple. HEX triplet: 92, 35 and 89. RGB value is (146,53,137). Sum of RGB (Red+Green+Blue) = 146+53+137=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #923589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923589 is #6DCA76. Grayscale: #5A5A5A. Windows color (decimal): -7195255 or 8992146. OLE color: 8992146.

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

Color convert

RGB14653137-
CMYK00.640.060.43
HSL305.81º46.73%39.02%-
HSV(B)305.81º63.7%57.25%-
XYZ17.6410.4624.76-
YUV90.38154.31167.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=43.45%
G=15.77%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465313700.640.060.43305.8146.7339.02
Hex92358904062B1322f27
Octal2226521101006534625747
Binary100100101101011000100101000000110101011100110010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923589; }

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

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

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

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

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

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

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

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