#921970

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

Shades of Dark Purple #921970

Tints of Dark Purple #921970

Color information

#921970 (or 0x921970) is unknown color: approx Dark Purple. HEX triplet: 92, 19 and 70. RGB value is (146,25,112). Sum of RGB (Red+Green+Blue) = 146+25+112=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #921970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921970 is #6DE68F. Grayscale: #464646. Windows color (decimal): -7202448 or 7346578. OLE color: 7346578.

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

Color convert

RGB14625112-
CMYK00.830.230.43
HSL316.86º70.76%33.53%-
HSV(B)316.86º82.88%57.25%-
XYZ15.137.9816.07-
YUV71.1151.09181.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 25 (10.16% from 255) = 8.83%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=51.59%
G=8.83%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462511200.830.230.43316.8670.7633.53
Hex921970053172B13d4722
Octal222311600123275347510742
Binary1001001011001111000001010011101111010111001111011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921970; }

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

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

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

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

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

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

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

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