#923A7F

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

Shades of Dark Purple #923A7F

Tints of Dark Purple #923A7F

Color information

#923A7F (or 0x923A7F) is unknown color: approx Dark Purple. HEX triplet: 92, 3A and 7F. RGB value is (146,58,127). Sum of RGB (Red+Green+Blue) = 146+58+127=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #923A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A7F is #6DC580. Grayscale: #5B5B5B. Windows color (decimal): -7193985 or 8338066. OLE color: 8338066.

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

Color convert

RGB14658127-
CMYK00.600.130.43
HSL312.95º43.14%40%-
HSV(B)312.95º60.27%57.25%-
XYZ17.210.6721.23-
YUV92.18147.65166.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 127 (50% from 255) = 38.37%
R=44.11%
G=17.52%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465812700.600.130.43312.9543.1440
Hex923A7F03CD2B1392b28
Octal2227217707415534715350
Binary10010010111010111111101111001101101011100111001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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