#923582

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

Shades of Dark Purple #923582

Tints of Dark Purple #923582

Color information

#923582 (or 0x923582) is unknown color: approx Dark Purple. HEX triplet: 92, 35 and 82. RGB value is (146,53,130). Sum of RGB (Red+Green+Blue) = 146+53+130=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #923582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923582 is #6DCA7D. Grayscale: #595959. Windows color (decimal): -7195262 or 8533394. OLE color: 8533394.

HSL color Cylindrical-coordinate representation of color #923582: hue angle of 310.32º 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 #923582 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14653130-
CMYK00.640.110.43
HSL310.32º46.73%39.02%-
HSV(B)310.32º63.7%57.25%-
XYZ17.1610.2722.2-
YUV89.58150.81168.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=44.38%
G=16.11%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465313000.640.110.43310.3246.7339.02
Hex923582040B2B1362f27
Octal22265202010013534665747
Binary1001001011010110000010010000001011101011100110110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923582; }

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

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

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

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

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

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

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

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