#94137F

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

Shades of Dark Purple #94137F

Tints of Dark Purple #94137F

Color information

#94137F (or 0x94137F) is unknown color: approx Dark Purple. HEX triplet: 94, 13 and 7F. RGB value is (148,19,127). Sum of RGB (Red+Green+Blue) = 148+19+127=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94137F is #6BEC80. Grayscale: #454545. Windows color (decimal): -7072897 or 8328084. OLE color: 8328084.

HSL color Cylindrical-coordinate representation of color #94137F: hue angle of 309.77º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94137F is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14819127-
CMYK00.870.140.42
HSL309.77º77.25%32.75%-
HSV(B)309.77º87.16%58.04%-
XYZ16.288.2920.82-
YUV69.88160.24183.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 127 (50% from 255) = 43.20%
R=50.34%
G=6.46%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481912700.870.140.42309.7777.2532.75
Hex94137F057E2A1364d21
Octal224231770127165246611541
Binary100101001001111111110101011111101010101001101101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94137F; }

 p { color: rgb(148,19,127); }

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

<style>
 a { background-color: #94137F; }

 a { background-color: rgb(148,19,127); }

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

<style>
 span { border-color: #94137F; }

 span { border-color: rgb(148,19,127); }

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