#923A76

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

Shades of Dark Purple #923A76

Tints of Dark Purple #923A76

Color information

#923A76 (or 0x923A76) is unknown color: approx Dark Purple. HEX triplet: 92, 3A and 76. RGB value is (146,58,118). Sum of RGB (Red+Green+Blue) = 146+58+118=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #923A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A76 is #6DC589. Grayscale: #5B5B5B. Windows color (decimal): -7193994 or 7748242. OLE color: 7748242.

HSL color Cylindrical-coordinate representation of color #923A76: hue angle of 319.09º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923A76 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14658118-
CMYK00.600.190.43
HSL319.09º43.14%40%-
HSV(B)319.09º60.27%57.25%-
XYZ16.6410.4518.28-
YUV91.15143.15167.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=45.34%
G=18.01%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465811800.600.190.43319.0943.1440
Hex923A7603C132B13f2b28
Octal2227216607423534775350
Binary100100101110101110110011110010011101011100111111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923A76; }

 p { color: rgb(146,58,118); }

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

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

 a { background-color: rgb(146,58,118); }

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

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

 span { border-color: rgb(146,58,118); }

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