#922777

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

Shades of Dark Purple #922777

Tints of Dark Purple #922777

Color information

#922777 (or 0x922777) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 77. RGB value is (146,39,119). Sum of RGB (Red+Green+Blue) = 146+39+119=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #922777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922777 is #6DD888. Grayscale: #4F4F4F. Windows color (decimal): -7198857 or 7808914. OLE color: 7808914.

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

Color convert

RGB14639119-
CMYK00.730.180.43
HSL315.14º57.84%36.27%-
HSV(B)315.14º73.29%57.25%-
XYZ15.918.8918.33-
YUV80.11149.95175-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=48.03%
G=12.83%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463911900.730.180.43315.1457.8436.27
Hex922777049122B13b3a24
Octal22247167011122534737244
Binary1001001010011111101110100100110010101011100111011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922777; }

 p { color: rgb(146,39,119); }

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

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

 a { background-color: rgb(146,39,119); }

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

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

 span { border-color: rgb(146,39,119); }

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