#921671

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

Shades of Dark Purple #921671

Tints of Dark Purple #921671

Color information

#921671 (or 0x921671) is unknown color: approx Dark Purple. HEX triplet: 92, 16 and 71. RGB value is (146,22,113). Sum of RGB (Red+Green+Blue) = 146+22+113=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #921671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921671 is #6DE98E. Grayscale: #454545. Windows color (decimal): -7203215 or 7411346. OLE color: 7411346.

HSL color Cylindrical-coordinate representation of color #921671: hue angle of 315.97º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921671 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14622113-
CMYK00.850.230.43
HSL315.97º73.81%32.94%-
HSV(B)315.97º84.93%57.25%-
XYZ15.127.8816.35-
YUV69.45152.58182.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=51.96%
G=7.83%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462211300.850.230.43315.9773.8132.94
Hex921671055172B13c4a21
Octal222261610125275347411241
Binary1001001010110111000101010101101111010111001111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921671; }

 p { color: rgb(146,22,113); }

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

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

 a { background-color: rgb(146,22,113); }

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

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

 span { border-color: rgb(146,22,113); }

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