#922788

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

Shades of Dark Purple #922788

Tints of Dark Purple #922788

Color information

#922788 (or 0x922788) is unknown color: approx Dark Purple. HEX triplet: 92, 27 and 88. RGB value is (146,39,136). Sum of RGB (Red+Green+Blue) = 146+39+136=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #922788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922788 is #6DD877. Grayscale: #515151. Windows color (decimal): -7198840 or 8923026. OLE color: 8923026.

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

Color convert

RGB14639136-
CMYK00.730.070.43
HSL305.61º57.84%36.27%-
HSV(B)305.61º73.29%57.25%-
XYZ17.029.3424.2-
YUV82.05158.45173.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 136 (53.52% from 255) = 42.37%
R=45.48%
G=12.15%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463913600.730.070.43305.6157.8436.27
Hex92278804972B1323a24
Octal2224721001117534627244
Binary100100101001111000100001001001111101011100110010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922788; }

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

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

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

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

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

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

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

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