#921672

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

Shades of Dark Purple #921672

Tints of Dark Purple #921672

Color information

#921672 (or 0x921672) is unknown color: approx Dark Purple. HEX triplet: 92, 16 and 72. RGB value is (146,22,114). Sum of RGB (Red+Green+Blue) = 146+22+114=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #921672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921672 is #6DE98D. Grayscale: #454545. Windows color (decimal): -7203214 or 7476882. OLE color: 7476882.

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

Color convert

RGB14622114-
CMYK00.850.220.43
HSL315.48º73.81%32.94%-
HSV(B)315.48º84.93%57.25%-
XYZ15.187.916.64-
YUV69.56153.08182.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.77%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=51.77%
G=7.80%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462211400.850.220.43315.4873.8132.94
Hex921672055162B13b4a21
Octal222261620125265347311241
Binary1001001010110111001001010101101101010111001110111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921672; }

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

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

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

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

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

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

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

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