#923473

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

Shades of Dark Purple #923473

Tints of Dark Purple #923473

Color information

#923473 (or 0x923473) is unknown color: approx Dark Purple. HEX triplet: 92, 34 and 73. RGB value is (146,52,115). Sum of RGB (Red+Green+Blue) = 146+52+115=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #923473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923473 is #6DCB8C. Grayscale: #575757. Windows color (decimal): -7195533 or 7550098. OLE color: 7550098.

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

Color convert

RGB14652115-
CMYK00.640.210.43
HSL319.79º47.47%38.82%-
HSV(B)319.79º64.38%57.25%-
XYZ16.189.817.26-
YUV87.29143.64169.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.65%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=46.65%
G=16.61%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465211500.640.210.43319.7947.4738.82
Hex923473040152B1402f27
Octal22264163010025535005747
Binary1001001011010011100110100000010101101011101000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923473; }

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

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

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

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

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

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

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

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