#941278

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

Shades of Dark Purple #941278

Tints of Dark Purple #941278

Color information

#941278 (or 0x941278) is unknown color: approx Dark Purple. HEX triplet: 94, 12 and 78. RGB value is (148,18,120). Sum of RGB (Red+Green+Blue) = 148+18+120=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #941278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941278 is #6BED87. Grayscale: #444444. Windows color (decimal): -7073160 or 7869076. OLE color: 7869076.

HSL color Cylindrical-coordinate representation of color #941278: hue angle of 312.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941278 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14818120-
CMYK00.880.190.42
HSL312.92º78.31%32.55%-
HSV(B)312.92º87.84%58.04%-
XYZ15.828.0818.5-
YUV68.5157.07184.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.75%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=51.75%
G=6.29%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481812000.880.190.42312.9278.3132.55
Hex941278058132A1394e21
Octal224221700130235247111641
Binary1001010010010111100001011000100111010101001110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941278; }

 p { color: rgb(148,18,120); }

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

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

 a { background-color: rgb(148,18,120); }

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

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

 span { border-color: rgb(148,18,120); }

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