#922773

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

Shades of Dark Purple #922773

Tints of Dark Purple #922773

Color information

#922773 (or 0x922773) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 73. RGB value is (146,39,115). Sum of RGB (Red+Green+Blue) = 146+39+115=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #922773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922773 is #6DD88C. Grayscale: #4F4F4F. Windows color (decimal): -7198861 or 7546770. OLE color: 7546770.

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

Color convert

RGB14639115-
CMYK00.730.210.43
HSL317.38º57.84%36.27%-
HSV(B)317.38º73.29%57.25%-
XYZ15.678.817.09-
YUV79.66147.95175.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=48.67%
G=13%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463911500.730.210.43317.3857.8436.27
Hex922773049152B13d3a24
Octal22247163011125534757244
Binary1001001010011111100110100100110101101011100111101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922773; }

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

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

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

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

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

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

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

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