#92147D

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

Shades of Dark Purple #92147D

Tints of Dark Purple #92147D

Color information

#92147D (or 0x92147D) is unknown color: approx Dark Purple. HEX triplet: 92, 14 and 7D. RGB value is (146,20,125). Sum of RGB (Red+Green+Blue) = 146+20+125=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92147D is #6DEB82. Grayscale: #454545. Windows color (decimal): -7203715 or 8197266. OLE color: 8197266.

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

Color convert

RGB14620125-
CMYK00.860.140.43
HSL310º75.9%32.55%-
HSV(B)310º86.3%57.25%-
XYZ15.818.0920.13-
YUV69.64159.24182.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.17%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=50.17%
G=6.87%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462012500.860.140.4331075.932.55
Hex92147D056E2B1364c21
Octal222241750126165346611441
Binary100100101010011111010101011011101010111001101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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