#922388

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

Shades of Dark Purple #922388

Tints of Dark Purple #922388

Color information

#922388 (or 0x922388) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 88. RGB value is (146,35,136). Sum of RGB (Red+Green+Blue) = 146+35+136=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #922388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922388 is #6DDC77. Grayscale: #4F4F4F. Windows color (decimal): -7199864 or 8922002. OLE color: 8922002.

HSL color Cylindrical-coordinate representation of color #922388: hue angle of 305.41º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922388 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB14635136-
CMYK00.760.070.43
HSL305.41º61.33%35.49%-
HSV(B)305.41º76.03%57.25%-
XYZ16.99.0924.16-
YUV79.7159.77175.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=46.06%
G=11.04%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463513600.760.070.43305.4161.3335.49
Hex92238804C72B1313d23
Octal2224321001147534617543
Binary100100101000111000100001001100111101011100110001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922388; }

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

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

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

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

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

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

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

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