#922D83

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

Shades of Dark Purple #922D83

Tints of Dark Purple #922D83

Color information

#922D83 (or 0x922D83) is unknown color: approx Dark Purple. HEX triplet: 92, 2D and 83. RGB value is (146,45,131). Sum of RGB (Red+Green+Blue) = 146+45+131=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #922D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922D83 is #6DD27C. Grayscale: #545454. Windows color (decimal): -7197309 or 8596882. OLE color: 8596882.

HSL color Cylindrical-coordinate representation of color #922D83: hue angle of 308.91º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #922D83 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14645131-
CMYK00.690.100.43
HSL308.91º52.88%37.45%-
HSV(B)308.91º69.18%57.25%-
XYZ16.899.6322.44-
YUV85153.96171.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=45.34%
G=13.98%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464513100.690.100.43308.9152.8837.45
Hex922D83045A2B1353525
Octal22255203010512534656545
Binary1001001010110110000011010001011010101011100110101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,45,131); }

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

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

 a { background-color: rgb(146,45,131); }

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

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

 span { border-color: rgb(146,45,131); }

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