#923183

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

Shades of Dark Purple #923183

Tints of Dark Purple #923183

Color information

#923183 (or 0x923183) is unknown color: approx Dark Purple. HEX triplet: 92, 31 and 83. RGB value is (146,49,131). Sum of RGB (Red+Green+Blue) = 146+49+131=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #923183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923183 is #6DCE7C. Grayscale: #575757. Windows color (decimal): -7196285 or 8597906. OLE color: 8597906.

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

Color convert

RGB14649131-
CMYK00.660.100.43
HSL309.28º49.74%38.24%-
HSV(B)309.28º66.44%57.25%-
XYZ17.059.9522.49-
YUV87.35152.64169.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=44.79%
G=15.03%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464913100.660.100.43309.2849.7438.24
Hex923183042A2B1353226
Octal22261203010212534656246
Binary1001001011000110000011010000101010101011100110101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923183; }

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

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

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

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

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

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

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

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