#923A7E

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

Shades of Dark Purple #923A7E

Tints of Dark Purple #923A7E

Color information

#923A7E (or 0x923A7E) is unknown color: approx Dark Purple. HEX triplet: 92, 3A and 7E. RGB value is (146,58,126). Sum of RGB (Red+Green+Blue) = 146+58+126=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #923A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A7E is #6DC581. Grayscale: #5B5B5B. Windows color (decimal): -7193986 or 8272530. OLE color: 8272530.

HSL color Cylindrical-coordinate representation of color #923A7E: hue angle of 313.64º 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 #923A7E is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14658126-
CMYK00.600.140.43
HSL313.64º43.14%40%-
HSV(B)313.64º60.27%57.25%-
XYZ17.1310.6420.89-
YUV92.06147.15166.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=44.24%
G=17.58%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465812600.600.140.43313.6443.1440
Hex923A7E03CE2B13a2b28
Octal2227217607416534725350
Binary10010010111010111111001111001110101011100111010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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