#942279

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

Shades of Dark Purple #942279

Tints of Dark Purple #942279

Color information

#942279 (or 0x942279) is unknown color: approx Dark Purple. HEX triplet: 94, 22 and 79. RGB value is (148,34,121). Sum of RGB (Red+Green+Blue) = 148+34+121=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #942279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942279 is #6BDD86. Grayscale: #4D4D4D. Windows color (decimal): -7069063 or 7938708. OLE color: 7938708.

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

Color convert

RGB14834121-
CMYK00.770.180.42
HSL314.21º62.64%35.69%-
HSV(B)314.21º77.03%58.04%-
XYZ16.248.8218.94-
YUV78152.27177.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=48.84%
G=11.22%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483412100.770.180.42314.2162.6435.69
Hex94227904D122A13a3f24
Octal22442171011522524727744
Binary1001010010001011110010100110110010101010100111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942279; }

 p { color: rgb(148,34,121); }

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

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

 a { background-color: rgb(148,34,121); }

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

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

 span { border-color: rgb(148,34,121); }

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