#923288

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

Shades of Dark Purple #923288

Tints of Dark Purple #923288

Color information

#923288 (or 0x923288) is unknown color: approx Dark Purple. HEX triplet: 92, 32 and 88. RGB value is (146,50,136). Sum of RGB (Red+Green+Blue) = 146+50+136=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #923288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923288 is #6DCD77. Grayscale: #585858. Windows color (decimal): -7196024 or 8925842. OLE color: 8925842.

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

Color convert

RGB14650136-
CMYK00.660.070.43
HSL306.25º48.98%38.43%-
HSV(B)306.25º65.75%57.25%-
XYZ17.4410.1724.34-
YUV88.51154.8169.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=43.98%
G=15.06%
B=40.96%

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
Decimal1465013600.660.070.43306.2548.9838.43
Hex92328804272B1323126
Octal2226221001027534626146
Binary100100101100101000100001000010111101011100110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923288; }

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

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

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

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

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

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

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

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