#923688

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

Shades of Dark Purple #923688

Tints of Dark Purple #923688

Color information

#923688 (or 0x923688) is unknown color: approx Dark Purple. HEX triplet: 92, 36 and 88. RGB value is (146,54,136). Sum of RGB (Red+Green+Blue) = 146+54+136=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #923688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923688 is #6DC977. Grayscale: #5A5A5A. Windows color (decimal): -7195000 or 8926866. OLE color: 8926866.

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

Color convert

RGB14654136-
CMYK00.630.070.43
HSL306.52º46%39.22%-
HSV(B)306.52º63.01%57.25%-
XYZ17.6210.5324.4-
YUV90.86153.48167.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=43.45%
G=16.07%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465413600.630.070.43306.524639.22
Hex92368803F72B1332e27
Octal222662100777534635647
Binary10010010110110100010000111111111101011100110011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923688; }

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

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

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

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

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

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

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

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