#920E7D

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

Shades of Dark Purple #920E7D

Tints of Dark Purple #920E7D

Color information

#920E7D (or 0x920E7D) is unknown color: approx Dark Purple. HEX triplet: 92, 0E and 7D. RGB value is (146,14,125). Sum of RGB (Red+Green+Blue) = 146+14+125=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #920E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920E7D is #6DF182. Grayscale: #414141. Windows color (decimal): -7205251 or 8195730. OLE color: 8195730.

HSL color Cylindrical-coordinate representation of color #920E7D: hue angle of 309.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E7D is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14614125-
CMYK00.900.140.43
HSL309.55º82.5%31.37%-
HSV(B)309.55º90.41%57.25%-
XYZ15.717.9120.1-
YUV66.12161.23184.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=51.23%
G=4.91%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461412500.900.140.43309.5582.531.37
Hex92E7D05AE2B136521f
Octal222161750132165346612237
Binary1001001011101111101010110101110101011100110110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920E7D; }

 p { color: rgb(146,14,125); }

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

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

 a { background-color: rgb(146,14,125); }

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

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

 span { border-color: rgb(146,14,125); }

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