#921972

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

Shades of Dark Purple #921972

Tints of Dark Purple #921972

Color information

#921972 (or 0x921972) is unknown color: approx Dark Purple. HEX triplet: 92, 19 and 72. RGB value is (146,25,114). Sum of RGB (Red+Green+Blue) = 146+25+114=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #921972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921972 is #6DE68D. Grayscale: #474747. Windows color (decimal): -7202446 or 7477650. OLE color: 7477650.

HSL color Cylindrical-coordinate representation of color #921972: hue angle of 315.87º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921972 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14625114-
CMYK00.830.220.43
HSL315.87º70.76%33.53%-
HSV(B)315.87º82.88%57.25%-
XYZ15.248.0216.66-
YUV71.32152.09181.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 114 (44.92% from 255) = 40%
R=51.23%
G=8.77%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462511400.830.220.43315.8770.7633.53
Hex921972053162B13c4722
Octal222311620123265347410742
Binary1001001011001111001001010011101101010111001111001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921972; }

 p { color: rgb(146,25,114); }

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

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

 a { background-color: rgb(146,25,114); }

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

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

 span { border-color: rgb(146,25,114); }

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