#941C8F

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

Shades of Dark Purple #941C8F

Tints of Dark Purple #941C8F

Color information

#941C8F (or 0x941C8F) is unknown color: approx Dark Purple. HEX triplet: 94, 1C and 8F. RGB value is (148,28,143). Sum of RGB (Red+Green+Blue) = 148+28+143=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #941C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941C8F is #6BE370. Grayscale: #4C4C4C. Windows color (decimal): -7070577 or 9378964. OLE color: 9378964.

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

Color convert

RGB14828143-
CMYK00.810.030.42
HSL302.5º68.18%34.51%-
HSV(B)302.5º81.08%58.04%-
XYZ17.599.1126.82-
YUV76.99165.26178.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=46.39%
G=8.78%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482814300.810.030.42302.568.1834.51
Hex941C8F05132A12e4423
Octal22434217012135245610443
Binary10010100111001000111101010001111010101001011101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,28,143); }

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

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

 a { background-color: rgb(148,28,143); }

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

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

 span { border-color: rgb(148,28,143); }

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