#922D7E

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

Shades of Dark Purple #922D7E

Tints of Dark Purple #922D7E

Color information

#922D7E (or 0x922D7E) is unknown color: approx Dark Purple. HEX triplet: 92, 2D and 7E. RGB value is (146,45,126). Sum of RGB (Red+Green+Blue) = 146+45+126=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #922D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922D7E is #6DD281. Grayscale: #545454. Windows color (decimal): -7197314 or 8269202. OLE color: 8269202.

HSL color Cylindrical-coordinate representation of color #922D7E: hue angle of 311.88º 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 #922D7E is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14645126-
CMYK00.690.140.43
HSL311.88º52.88%37.45%-
HSV(B)311.88º69.18%57.25%-
XYZ16.569.4920.7-
YUV84.43151.46171.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 45 (17.97% from 255) = 14.20%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=46.06%
G=14.20%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464512600.690.140.43311.8852.8837.45
Hex922D7E045E2B1383525
Octal22255176010516534706545
Binary100100101011011111110010001011110101011100111000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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