#941f70

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

Shades of Dark Purple #941F70

Tints of Dark Purple #941F70

Color information

#941F70 (or 0x941F70) is unknown color: approx Dark Purple. HEX triplet: 94, 1F and 70. RGB value is (148,31,112). Sum of RGB (Red+Green+Blue) = 148+31+112=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #941F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941F70 is #6BE08F. Grayscale: #4B4B4B. Windows color (decimal): -7069840 or 7348116. OLE color: 7348116.

HSL color Cylindrical-coordinate representation of color #941F70: hue angle of 318.46º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #941F70 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14831112-
CMYK00.790.240.42
HSL318.46º65.36%35.1%-
HSV(B)318.46º79.05%58.04%-
XYZ15.638.4516.14-
YUV75.22148.76179.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 31 (12.5% from 255) = 10.65%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=50.86%
G=10.65%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483111200.790.240.42318.4665.3635.1
Hex941F7004F182A13e4123
Octal224371600117305247610143
Binary1001010011111111000001001111110001010101001111101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,31,112); }

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

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

 a { background-color: rgb(148,31,112); }

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

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

 span { border-color: rgb(148,31,112); }

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