#923F78

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

Shades of Dark Purple #923F78

Tints of Dark Purple #923F78

Color information

#923F78 (or 0x923F78) is unknown color: approx Dark Purple. HEX triplet: 92, 3F and 78. RGB value is (146,63,120). Sum of RGB (Red+Green+Blue) = 146+63+120=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #923F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F78 is #6DC087. Grayscale: #5E5E5E. Windows color (decimal): -7192712 or 7880594. OLE color: 7880594.

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

Color convert

RGB14663120-
CMYK00.570.180.43
HSL318.8º39.71%40.98%-
HSV(B)318.8º56.85%57.25%-
XYZ17.0211.0219-
YUV94.32142.5164.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=44.38%
G=19.15%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466312000.570.180.43318.839.7140.98
Hex923F78039122B13f2829
Octal2227717007122534775051
Binary100100101111111111000011100110010101011100111111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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