#922676

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

Shades of Dark Purple #922676

Tints of Dark Purple #922676

Color information

#922676 (or 0x922676) is unknown color: approx Dark Purple. HEX triplet: 92, 26 and 76. RGB value is (146,38,118). Sum of RGB (Red+Green+Blue) = 146+38+118=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #922676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922676 is #6DD989. Grayscale: #4F4F4F. Windows color (decimal): -7199114 or 7743122. OLE color: 7743122.

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

Color convert

RGB14638118-
CMYK00.740.190.43
HSL315.56º58.7%36.08%-
HSV(B)315.56º73.97%57.25%-
XYZ15.828.8118.01-
YUV79.41149.78175.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.34%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=48.34%
G=12.58%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463811800.740.190.43315.5658.736.08
Hex92267604A132B13c3b24
Octal22246166011223534747344
Binary1001001010011011101100100101010011101011100111100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922676; }

 p { color: rgb(146,38,118); }

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

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

 a { background-color: rgb(146,38,118); }

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

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

 span { border-color: rgb(146,38,118); }

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