#92137D

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

Shades of Dark Purple #92137D

Tints of Dark Purple #92137D

Color information

#92137D (or 0x92137D) is unknown color: approx Dark Purple. HEX triplet: 92, 13 and 7D. RGB value is (146,19,125). Sum of RGB (Red+Green+Blue) = 146+19+125=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92137D is #6DEC82. Grayscale: #444444. Windows color (decimal): -7203971 or 8197010. OLE color: 8197010.

HSL color Cylindrical-coordinate representation of color #92137D: hue angle of 309.92º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92137D is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB14619125-
CMYK00.870.140.43
HSL309.92º76.97%32.35%-
HSV(B)309.92º86.99%57.25%-
XYZ15.798.0620.13-
YUV69.06159.58182.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.34%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 125 (49.22% from 255) = 43.10%
R=50.34%
G=6.55%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461912500.870.140.43309.9276.9732.35
Hex92137D057E2B1364d20
Octal222231750127165346611540
Binary100100101001111111010101011111101010111001101101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92137D; }

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

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

<style>
 a { background-color: #92137D; }

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

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

<style>
 span { border-color: #92137D; }

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

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