#923487

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

Shades of Dark Purple #923487

Tints of Dark Purple #923487

Color information

#923487 (or 0x923487) is unknown color: approx Dark Purple. HEX triplet: 92, 34 and 87. RGB value is (146,52,135). Sum of RGB (Red+Green+Blue) = 146+52+135=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #923487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923487 is #6DCB78. Grayscale: #595959. Windows color (decimal): -7195513 or 8860818. OLE color: 8860818.

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

Color convert

RGB14652135-
CMYK00.640.080.43
HSL307.02º47.47%38.82%-
HSV(B)307.02º64.38%57.25%-
XYZ17.4610.3223.99-
YUV89.57153.64168.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=43.84%
G=15.62%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465213500.640.080.43307.0247.4738.82
Hex92348704082B1332f27
Octal22264207010010534635747
Binary1001001011010010000111010000001000101011100110011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923487; }

 p { color: rgb(146,52,135); }

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

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

 a { background-color: rgb(146,52,135); }

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

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

 span { border-color: rgb(146,52,135); }

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