#942779

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

Shades of Dark Purple #942779

Tints of Dark Purple #942779

Color information

#942779 (or 0x942779) is unknown color: approx Dark Purple. HEX triplet: 94, 27 and 79. RGB value is (148,39,121). Sum of RGB (Red+Green+Blue) = 148+39+121=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #942779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942779 is #6BD886. Grayscale: #505050. Windows color (decimal): -7067783 or 7939988. OLE color: 7939988.

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

Color convert

RGB14839121-
CMYK00.740.180.42
HSL314.86º58.29%36.67%-
HSV(B)314.86º73.65%58.04%-
XYZ16.399.1318.99-
YUV80.94150.61175.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=48.05%
G=12.66%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483912100.740.180.42314.8658.2936.67
Hex94277904A122A13b3a25
Octal22447171011222524737245
Binary1001010010011111110010100101010010101010100111011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942779; }

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

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

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

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

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

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

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

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