#942D77

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

Shades of Dark Purple #942D77

Tints of Dark Purple #942D77

Color information

#942D77 (or 0x942D77) is unknown color: approx Dark Purple. HEX triplet: 94, 2D and 77. RGB value is (148,45,119). Sum of RGB (Red+Green+Blue) = 148+45+119=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #942D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942D77 is #6BD288. Grayscale: #545454. Windows color (decimal): -7066249 or 7810452. OLE color: 7810452.

HSL color Cylindrical-coordinate representation of color #942D77: hue angle of 316.89º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942D77 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14845119-
CMYK00.700.200.42
HSL316.89º53.37%37.84%-
HSV(B)316.89º69.59%58.04%-
XYZ16.489.518.42-
YUV84.23147.62173.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 45 (17.97% from 255) = 14.42%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=47.44%
G=14.42%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484511900.700.200.42316.8953.3737.84
Hex942D77046142A13d3526
Octal22455167010624524756546
Binary1001010010110111101110100011010100101010100111101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942D77; }

 p { color: rgb(148,45,119); }

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

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

 a { background-color: rgb(148,45,119); }

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

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

 span { border-color: rgb(148,45,119); }

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