#941175

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

Shades of Dark Purple #941175

Tints of Dark Purple #941175

Color information

#941175 (or 0x941175) is unknown color: approx Dark Purple. HEX triplet: 94, 11 and 75. RGB value is (148,17,117). Sum of RGB (Red+Green+Blue) = 148+17+117=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #941175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941175 is #6BEE8A. Grayscale: #434343. Windows color (decimal): -7073419 or 7672212. OLE color: 7672212.

HSL color Cylindrical-coordinate representation of color #941175: hue angle of 314.2º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941175 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14817117-
CMYK00.890.210.42
HSL314.2º79.39%32.35%-
HSV(B)314.2º88.51%58.04%-
XYZ15.627.9817.55-
YUV67.57155.9185.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 17 (7.03% from 255) = 6.03%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=52.48%
G=6.03%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481711700.890.210.42314.279.3932.35
Hex941175059152A13a4f20
Octal224211650131255247211740
Binary1001010010001111010101011001101011010101001110101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941175; }

 p { color: rgb(148,17,117); }

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

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

 a { background-color: rgb(148,17,117); }

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

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

 span { border-color: rgb(148,17,117); }

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