#941F76

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

Shades of Dark Purple #941F76

Tints of Dark Purple #941F76

Color information

#941F76 (or 0x941F76) is unknown color: approx Dark Purple. HEX triplet: 94, 1F and 76. RGB value is (148,31,118). Sum of RGB (Red+Green+Blue) = 148+31+118=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #941F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941F76 is #6BE089. Grayscale: #4B4B4B. Windows color (decimal): -7069834 or 7741332. OLE color: 7741332.

HSL color Cylindrical-coordinate representation of color #941F76: hue angle of 315.38º 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 #941F76 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14831118-
CMYK00.790.200.42
HSL315.38º65.36%35.1%-
HSV(B)315.38º79.05%58.04%-
XYZ15.978.5817.95-
YUV75.9151.76179.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 118 (46.48% from 255) = 39.73%
R=49.83%
G=10.44%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483111800.790.200.42315.3865.3635.1
Hex941F7604F142A13b4123
Octal224371660117245247310143
Binary1001010011111111011001001111101001010101001110111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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