#923686

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

Shades of Dark Purple #923686

Tints of Dark Purple #923686

Color information

#923686 (or 0x923686) is unknown color: approx Dark Purple. HEX triplet: 92, 36 and 86. RGB value is (146,54,134). Sum of RGB (Red+Green+Blue) = 146+54+134=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #923686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923686 is #6DC979. Grayscale: #5A5A5A. Windows color (decimal): -7195002 or 8795794. OLE color: 8795794.

HSL color Cylindrical-coordinate representation of color #923686: hue angle of 307.83º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #923686 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14654134-
CMYK00.630.080.43
HSL307.83º46%39.22%-
HSV(B)307.83º63.01%57.25%-
XYZ17.4810.4723.65-
YUV90.63152.48167.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=43.71%
G=16.17%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465413400.630.080.43307.834639.22
Hex92368603F82B1342e27
Octal2226620607710534645647
Binary100100101101101000011001111111000101011100110100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923686; }

 p { color: rgb(146,54,134); }

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

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

 a { background-color: rgb(146,54,134); }

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

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

 span { border-color: rgb(146,54,134); }

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