#942F8C

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

Shades of Dark Purple #942F8C

Tints of Dark Purple #942F8C

Color information

#942F8C (or 0x942F8C) is unknown color: approx Dark Purple. HEX triplet: 94, 2F and 8C. RGB value is (148,47,140). Sum of RGB (Red+Green+Blue) = 148+47+140=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #942F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942F8C is #6BD073. Grayscale: #575757. Windows color (decimal): -7065716 or 9187220. OLE color: 9187220.

HSL color Cylindrical-coordinate representation of color #942F8C: hue angle of 304.75º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F8C is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14847140-
CMYK00.680.050.42
HSL304.75º51.79%38.24%-
HSV(B)304.75º68.24%58.04%-
XYZ17.9610.2225.84-
YUV87.8157.46170.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 47 (18.75% from 255) = 14.03%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=44.18%
G=14.03%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1484714000.680.050.42304.7551.7938.24
Hex942F8C04452A1313426
Octal2245721401045524616446
Binary100101001011111000110001000100101101010100110001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,47,140); }

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

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

 a { background-color: rgb(148,47,140); }

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

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

 span { border-color: rgb(148,47,140); }

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