#923683

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

Shades of Dark Purple #923683

Tints of Dark Purple #923683

Color information

#923683 (or 0x923683) is unknown color: approx Dark Purple. HEX triplet: 92, 36 and 83. RGB value is (146,54,131). Sum of RGB (Red+Green+Blue) = 146+54+131=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #923683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923683 is #6DC97C. Grayscale: #5A5A5A. Windows color (decimal): -7195005 or 8599186. OLE color: 8599186.

HSL color Cylindrical-coordinate representation of color #923683: hue angle of 309.78º 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 #923683 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14654131-
CMYK00.630.100.43
HSL309.78º46%39.22%-
HSV(B)309.78º63.01%57.25%-
XYZ17.2710.3922.57-
YUV90.29150.98167.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=44.11%
G=16.31%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465413100.630.100.43309.784639.22
Hex92368303FA2B1362e27
Octal2226620307712534665647
Binary100100101101101000001101111111010101011100110110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923683; }

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

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

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

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

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

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

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

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