#923F7F

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

Shades of Dark Purple #923F7F

Tints of Dark Purple #923F7F

Color information

#923F7F (or 0x923F7F) is unknown color: approx Dark Purple. HEX triplet: 92, 3F and 7F. RGB value is (146,63,127). Sum of RGB (Red+Green+Blue) = 146+63+127=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #923F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F7F is #6DC080. Grayscale: #5E5E5E. Windows color (decimal): -7192705 or 8339346. OLE color: 8339346.

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

Color convert

RGB14663127-
CMYK00.570.130.43
HSL313.73º39.71%40.98%-
HSV(B)313.73º56.85%57.25%-
XYZ17.4611.221.32-
YUV95.11146164.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 127 (50% from 255) = 37.80%
R=43.45%
G=18.75%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466312700.570.130.43313.7339.7140.98
Hex923F7F039D2B13a2829
Octal2227717707115534725051
Binary10010010111111111111101110011101101011100111010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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