#923188

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

Shades of Dark Purple #923188

Tints of Dark Purple #923188

Color information

#923188 (or 0x923188) is unknown color: approx Dark Purple. HEX triplet: 92, 31 and 88. RGB value is (146,49,136). Sum of RGB (Red+Green+Blue) = 146+49+136=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #923188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923188 is #6DCE77. Grayscale: #575757. Windows color (decimal): -7196280 or 8925586. OLE color: 8925586.

HSL color Cylindrical-coordinate representation of color #923188: hue angle of 306.19º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923188 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB14649136-
CMYK00.660.070.43
HSL306.19º49.74%38.24%-
HSV(B)306.19º66.44%57.25%-
XYZ17.410.0924.32-
YUV87.92155.14169.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 49 (19.53% from 255) = 14.80%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=44.11%
G=14.80%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464913600.660.070.43306.1949.7438.24
Hex92318804272B1323226
Octal2226121001027534626246
Binary100100101100011000100001000010111101011100110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923188; }

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

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

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

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

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

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

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

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