#942672

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

Shades of Dark Purple #942672

Tints of Dark Purple #942672

Color information

#942672 (or 0x942672) is unknown color: approx Dark Purple. HEX triplet: 94, 26 and 72. RGB value is (148,38,114). Sum of RGB (Red+Green+Blue) = 148+38+114=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #942672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942672 is #6BD98D. Grayscale: #4F4F4F. Windows color (decimal): -7068046 or 7480980. OLE color: 7480980.

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

Color convert

RGB14838114-
CMYK00.740.230.42
HSL318.55º59.14%36.47%-
HSV(B)318.55º74.32%58.04%-
XYZ15.948.916.8-
YUV79.55147.44176.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=49.33%
G=12.67%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483811400.740.230.42318.5559.1436.47
Hex94267204A172A13f3b24
Octal22446162011227524777344
Binary1001010010011011100100100101010111101010100111111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942672; }

 p { color: rgb(148,38,114); }

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

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

 a { background-color: rgb(148,38,114); }

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

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

 span { border-color: rgb(148,38,114); }

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