#921795

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

Shades of Dark Magenta #921795

Tints of Dark Magenta #921795

Color information

#921795 (or 0x921795) is unknown color: approx Dark Magenta. HEX triplet: 92, 17 and 95. RGB value is (146,23,149). Sum of RGB (Red+Green+Blue) = 146+23+149=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #921795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921795 is #6DE86A. Grayscale: #494949. Windows color (decimal): -7202923 or 9770898. OLE color: 9770898.

HSL color Cylindrical-coordinate representation of color #921795: hue angle of 298.57º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921795 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14623149-
CMYK0.020.8500.42
HSL298.57º73.26%33.73%-
HSV(B)298.57º84.56%58.43%-
XYZ17.598.8929.22-
YUV74.14170.25179.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 23 (9.38% from 255) = 7.23%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=45.91%
G=7.23%
B=46.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146231490.020.8500.42298.5773.2633.73
Hex92179525502A12b4922
Octal22227225212505245311142
Binary10010010101111001010110101010101010101001010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921795; }

 p { color: rgb(146,23,149); }

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

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

 a { background-color: rgb(146,23,149); }

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

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

 span { border-color: rgb(146,23,149); }

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