#922c8d

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

Shades of Dark Purple #922C8D

Tints of Dark Purple #922C8D

Color information

#922C8D (or 0x922C8D) is unknown color: approx Dark Purple. HEX triplet: 92, 2C and 8D. RGB value is (146,44,141). Sum of RGB (Red+Green+Blue) = 146+44+141=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #922C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922C8D is #6DD372. Grayscale: #555555. Windows color (decimal): -7197555 or 9251986. OLE color: 9251986.

HSL color Cylindrical-coordinate representation of color #922C8D: hue angle of 302.94º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #922C8D is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14644141-
CMYK00.700.030.43
HSL302.94º53.68%37.25%-
HSV(B)302.94º69.86%57.25%-
XYZ17.569.8426.17-
YUV85.56159.29171.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 44 (17.58% from 255) = 13.29%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=44.11%
G=13.29%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464414100.700.030.43302.9453.6837.25
Hex922C8D04632B12f3625
Octal2225421501063534576645
Binary10010010101100100011010100011011101011100101111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922c8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,44,141); }

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

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

 a { background-color: rgb(146,44,141); }

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

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

 span { border-color: rgb(146,44,141); }

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