#942878

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

Shades of Dark Purple #942878

Tints of Dark Purple #942878

Color information

#942878 (or 0x942878) is unknown color: approx Dark Purple. HEX triplet: 94, 28 and 78. RGB value is (148,40,120). Sum of RGB (Red+Green+Blue) = 148+40+120=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #942878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942878 is #6BD787. Grayscale: #515151. Windows color (decimal): -7067528 or 7874708. OLE color: 7874708.

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

Color convert

RGB14840120-
CMYK00.730.190.42
HSL315.56º57.45%36.86%-
HSV(B)315.56º72.97%58.04%-
XYZ16.369.1718.68-
YUV81.41149.78175.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 40 (16.02% from 255) = 12.99%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=48.05%
G=12.99%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484012000.730.190.42315.5657.4536.86
Hex942878049132A13c3925
Octal22450170011123524747145
Binary1001010010100011110000100100110011101010100111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942878; }

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

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

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

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

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

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

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

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