#941D75

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

Shades of Dark Purple #941D75

Tints of Dark Purple #941D75

Color information

#941D75 (or 0x941D75) is unknown color: approx Dark Purple. HEX triplet: 94, 1D and 75. RGB value is (148,29,117). Sum of RGB (Red+Green+Blue) = 148+29+117=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #941D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941D75 is #6BE28A. Grayscale: #4A4A4A. Windows color (decimal): -7070347 or 7675284. OLE color: 7675284.

HSL color Cylindrical-coordinate representation of color #941D75: hue angle of 315.63º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #941D75 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14829117-
CMYK00.800.210.42
HSL315.63º67.23%34.71%-
HSV(B)315.63º80.41%58.04%-
XYZ15.868.4617.63-
YUV74.61151.92180.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=50.34%
G=9.86%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482911700.800.210.42315.6367.2334.71
Hex941D75050152A13c4323
Octal224351650120255247410343
Binary1001010011101111010101010000101011010101001111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941D75; }

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

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

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

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

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

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

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

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