#920E7C

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

Shades of Dark Purple #920E7C

Tints of Dark Purple #920E7C

Color information

#920E7C (or 0x920E7C) is unknown color: approx Dark Purple. HEX triplet: 92, 0E and 7C. RGB value is (146,14,124). Sum of RGB (Red+Green+Blue) = 146+14+124=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #920E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920E7C is #6DF183. Grayscale: #414141. Windows color (decimal): -7205252 or 8130194. OLE color: 8130194.

HSL color Cylindrical-coordinate representation of color #920E7C: hue angle of 310º 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 #920E7C is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB14614124-
CMYK00.900.150.43
HSL310º82.5%31.37%-
HSV(B)310º90.41%57.25%-
XYZ15.657.8819.77-
YUV66.01160.73185.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.41%
GREEN value IS 14 (5.86% from 255) = 4.93%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=51.41%
G=4.93%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461412400.900.150.4331082.531.37
Hex92E7C05AF2B136521f
Octal222161740132175346612237
Binary1001001011101111100010110101111101011100110110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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