#923180

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

Shades of Dark Purple #923180

Tints of Dark Purple #923180

Color information

#923180 (or 0x923180) is unknown color: approx Dark Purple. HEX triplet: 92, 31 and 80. RGB value is (146,49,128). Sum of RGB (Red+Green+Blue) = 146+49+128=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #923180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923180 is #6DCE7F. Grayscale: #565656. Windows color (decimal): -7196288 or 8401298. OLE color: 8401298.

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

Color convert

RGB14649128-
CMYK00.660.120.43
HSL311.13º49.74%38.24%-
HSV(B)311.13º66.44%57.25%-
XYZ16.859.8721.44-
YUV87.01151.14170.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=45.20%
G=15.17%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464912800.660.120.43311.1349.7438.24
Hex923180042C2B1373226
Octal22261200010214534676246
Binary1001001011000110000000010000101100101011100110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923180; }

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

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

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

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

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

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

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

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