#942378

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

Shades of Dark Purple #942378

Tints of Dark Purple #942378

Color information

#942378 (or 0x942378) is unknown color: approx Dark Purple. HEX triplet: 94, 23 and 78. RGB value is (148,35,120). Sum of RGB (Red+Green+Blue) = 148+35+120=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #942378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942378 is #6BDC87. Grayscale: #4E4E4E. Windows color (decimal): -7068808 or 7873428. OLE color: 7873428.

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

Color convert

RGB14835120-
CMYK00.760.190.42
HSL314.87º61.75%35.88%-
HSV(B)314.87º76.35%58.04%-
XYZ16.28.8518.62-
YUV78.48151.44177.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 35 (14.06% from 255) = 11.55%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=48.84%
G=11.55%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483512000.760.190.42314.8761.7535.88
Hex94237804C132A13b3e24
Octal22443170011423524737644
Binary1001010010001111110000100110010011101010100111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942378; }

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

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

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

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

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

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

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

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