#922E88

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

Shades of Dark Purple #922E88

Tints of Dark Purple #922E88

Color information

#922E88 (or 0x922E88) is unknown color: approx Dark Purple. HEX triplet: 92, 2E and 88. RGB value is (146,46,136). Sum of RGB (Red+Green+Blue) = 146+46+136=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #922E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922E88 is #6DD177. Grayscale: #555555. Windows color (decimal): -7197048 or 8924818. OLE color: 8924818.

HSL color Cylindrical-coordinate representation of color #922E88: hue angle of 306º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #922E88 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB14646136-
CMYK00.680.070.43
HSL306º52.08%37.65%-
HSV(B)306º68.49%57.25%-
XYZ17.279.8424.28-
YUV86.16156.13170.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 46 (18.36% from 255) = 14.02%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=44.51%
G=14.02%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464613600.680.070.4330652.0837.65
Hex922E8804472B1323426
Octal2225621001047534626446
Binary100100101011101000100001000100111101011100110010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922E88; }

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

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

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

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

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

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

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

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